Index: Source/core/events/EventPath.cpp |
diff --git a/Source/core/events/EventPath.cpp b/Source/core/events/EventPath.cpp |
index 8b6f74e9d73118122461f17cba78491b5ebafcb0..b0fddc962cf8eec19043bbb09f79f0b7c831d6d5 100644 |
--- a/Source/core/events/EventPath.cpp |
+++ b/Source/core/events/EventPath.cpp |
@@ -27,9 +27,8 @@ |
#include "config.h" |
#include "core/events/EventPath.h" |
-#include "EventNames.h" |
-#include "RuntimeEnabledFeatures.h" |
-#include "SVGNames.h" |
+#include "core/EventNames.h" |
+#include "core/SVGNames.h" |
#include "core/dom/FullscreenElementStack.h" |
#include "core/dom/Touch.h" |
#include "core/dom/TouchList.h" |
@@ -40,6 +39,7 @@ |
#include "core/events/TouchEvent.h" |
#include "core/events/TouchEventContext.h" |
#include "core/svg/SVGUseElement.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
namespace WebCore { |