Index: Source/core/events/EventPath.cpp |
diff --git a/Source/core/events/EventPath.cpp b/Source/core/events/EventPath.cpp |
index a289e991f5a7bb5e750f14396a6f087ab643b542..4c23eb12fb61a2eb641504b7b7f414d8386ba387 100644 |
--- a/Source/core/events/EventPath.cpp |
+++ b/Source/core/events/EventPath.cpp |
@@ -28,18 +28,13 @@ |
#include "core/events/EventPath.h" |
#include "core/EventNames.h" |
-#include "core/SVGNames.h" |
-#include "core/dom/FullscreenElementStack.h" |
+#include "core/dom/Document.h" |
#include "core/dom/Touch.h" |
#include "core/dom/TouchList.h" |
#include "core/dom/shadow/InsertionPoint.h" |
#include "core/dom/shadow/ShadowRoot.h" |
-#include "core/events/FocusEvent.h" |
-#include "core/events/MouseEvent.h" |
#include "core/events/TouchEvent.h" |
#include "core/events/TouchEventContext.h" |
-#include "core/svg/SVGUseElement.h" |
-#include "platform/RuntimeEnabledFeatures.h" |
namespace blink { |