Index: Source/core/svg/SVGElementInstance.cpp |
diff --git a/Source/core/svg/SVGElementInstance.cpp b/Source/core/svg/SVGElementInstance.cpp |
index daa427fdcf802b0b31e151e0f3bbbb945b964a50..60a6b00bca19e43c8c4fd6ad96c4ba47f653fcdb 100644 |
--- a/Source/core/svg/SVGElementInstance.cpp |
+++ b/Source/core/svg/SVGElementInstance.cpp |
@@ -24,14 +24,14 @@ |
#if ENABLE(SVG) |
#include "SVGElementInstance.h" |
-#include "ContainerNodeAlgorithms.h" |
-#include "Event.h" |
-#include "EventException.h" |
-#include "EventListener.h" |
-#include "EventNames.h" |
#include "SVGDocumentExtensions.h" |
#include "SVGElementInstanceList.h" |
#include "SVGUseElement.h" |
+#include "core/dom/ContainerNodeAlgorithms.h" |
+#include "core/dom/Event.h" |
+#include "core/dom/EventException.h" |
+#include "core/dom/EventListener.h" |
+#include "core/dom/EventNames.h" |
#include "core/page/FrameView.h" |
#include <wtf/RefCountedLeakCounter.h> |