diff --git a/core/modules/image/image.admin.inc b/core/modules/image/image.admin.inc index 18d9209..ffde15d 100644 --- a/core/modules/image/image.admin.inc +++ b/core/modules/image/image.admin.inc @@ -5,11 +5,6 @@ * Administration pages for image settings. */ -use Drupal\Component\Utility\String; -use Drupal\image\ConfigurableImageEffectInterface; -use Drupal\image\ImageStyleInterface; -use Symfony\Component\HttpFoundation\RedirectResponse; - /** * Returns HTML for a listing of the effects within a specific image style. *