Index: Source/core/svg/SVGDocument.cpp |
diff --git a/Source/core/svg/SVGDocument.cpp b/Source/core/svg/SVGDocument.cpp |
index 619b38dace3e553195cb9b37dbc6059d894e43f8..c80c929daa71fd8480a18fa787a5d12b67341bb6 100644 |
--- a/Source/core/svg/SVGDocument.cpp |
+++ b/Source/core/svg/SVGDocument.cpp |
@@ -22,15 +22,15 @@ |
#if ENABLE(SVG) |
#include "SVGDocument.h" |
-#include "EventNames.h" |
-#include "ExceptionCode.h" |
-#include "NodeRenderingContext.h" |
#include "SVGElement.h" |
#include "SVGNames.h" |
#include "SVGSVGElement.h" |
#include "SVGViewSpec.h" |
#include "SVGZoomAndPan.h" |
#include "SVGZoomEvent.h" |
+#include "core/dom/EventNames.h" |
+#include "core/dom/ExceptionCode.h" |
+#include "core/dom/NodeRenderingContext.h" |
#include "core/page/FrameView.h" |
#include "core/rendering/RenderView.h" |