diff --git a/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php b/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php index fa8fe41..737ad27 100644 --- a/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php +++ b/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php @@ -8,8 +8,6 @@ namespace Drupal\system\Plugin\ImageToolkit; use Drupal\Core\Plugin\PluginBase; -use Drupal\system\Annotation\ImageToolkit; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Image\ImageInterface; use Drupal\Core\ImageToolkit\ImageToolkitInterface; diff --git a/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/BrokenToolkit.php b/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/BrokenToolkit.php index ff63957..e5ead27 100644 --- a/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/BrokenToolkit.php +++ b/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/BrokenToolkit.php @@ -7,9 +7,6 @@ namespace Drupal\image_test\Plugin\ImageToolkit; -use Drupal\system\Annotation\ImageToolkit; -use Drupal\Core\Annotation\Translation; - /** * Defines a Test toolkit for image manipulation within Drupal. * diff --git a/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/TestToolkit.php b/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/TestToolkit.php index 726384d..43800617 100644 --- a/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/TestToolkit.php +++ b/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/TestToolkit.php @@ -8,8 +8,6 @@ namespace Drupal\image_test\Plugin\ImageToolkit; use Drupal\Core\Plugin\PluginBase; -use Drupal\system\Annotation\ImageToolkit; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Image\ImageInterface; use Drupal\Core\ImageToolkit\ImageToolkitInterface;