diff --git a/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php b/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php
index 3207202d1a6d0812c6a0883d5450aa292219ad84..b5837c70a9c3cddaa29c2b24543a748e874fdf0a 100644
--- a/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php
+++ b/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php
@@ -7,12 +7,10 @@
 
 namespace Drupal\Core\Entity\Display;
 
-use Drupal\Core\Config\Entity\ConfigEntityInterface;
-
 /**
  * Provides a common interface for entity displays.
  */
-interface EntityDisplayInterface extends ConfigEntityInterface {
+interface EntityDisplayInterface {
 
   /**
    * Creates a duplicate of the EntityDisplay object on a different view mode.