diff --git a/core/includes/common.inc b/core/includes/common.inc index 72275ef..422d447 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -8,18 +8,14 @@ use Drupal\Component\Utility\Xss; use Drupal\Core\Cache\Cache; use Drupal\Core\Language\Language; -use Symfony\Component\DependencyInjection\Container; -use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\Yaml\Parser; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Request; use Drupal\Component\PhpStorage\PhpStorageFactory; use Drupal\Component\Utility\MapArray; use Drupal\Component\Utility\NestedArray; -use Drupal\Component\Utility\Unicode; use Drupal\Core\Cache\CacheBackendInterface; use Drupal\Core\Datetime\DrupalDateTime; -use Drupal\Core\Database\Database; use Drupal\Core\Routing\GeneratorNotInitializedException; use Drupal\Core\SystemListingInfo; use Drupal\Core\Template\Attribute;