diff --git a/core/modules/user/src/Tests/Views/AccessRoleTest.php b/core/modules/user/src/Tests/Views/AccessRoleTest.php index 40b9338..bd55022 100644 --- a/core/modules/user/src/Tests/Views/AccessRoleTest.php +++ b/core/modules/user/src/Tests/Views/AccessRoleTest.php @@ -9,7 +9,6 @@ use Drupal\user\Plugin\views\access\Role; use Drupal\views\Views; -use Drupal\views\ViewEntityInterface; use Symfony\Component\HttpFoundation\Request; /** diff --git a/core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc b/core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc index 20c851e..0cff1db 100644 --- a/core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc +++ b/core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc @@ -7,7 +7,6 @@ use Drupal\field\FieldStorageConfigInterface; use Drupal\views\ViewExecutable; -use Drupal\views\ViewEntityInterface; /** * Implements hook_views_query_substitutions(). diff --git a/core/modules/views_ui/views_ui.module b/core/modules/views_ui/views_ui.module index edaeaf3..abe90a5 100644 --- a/core/modules/views_ui/views_ui.module +++ b/core/modules/views_ui/views_ui.module @@ -10,7 +10,6 @@ use Drupal\Core\Url; use Drupal\views\Views; use Drupal\views\ViewExecutable; -use Drupal\views\ViewEntityInterface; use Drupal\views_ui\ViewUI; use Drupal\views\Analyzer; use Drupal\Core\Ajax\AjaxResponse;