Index: Source/core/svg/SVGTRefElement.cpp |
diff --git a/Source/core/svg/SVGTRefElement.cpp b/Source/core/svg/SVGTRefElement.cpp |
index 6ace0ad96a75b136146a09e037eba1df0ece85a6..205c9b1c4dade509b45d8bcb0b5d42ebe92fbf09 100644 |
--- a/Source/core/svg/SVGTRefElement.cpp |
+++ b/Source/core/svg/SVGTRefElement.cpp |
@@ -24,18 +24,18 @@ |
#if ENABLE(SVG) |
#include "SVGTRefElement.h" |
-#include "ElementShadow.h" |
-#include "EventListener.h" |
-#include "EventNames.h" |
-#include "ExceptionCodePlaceholder.h" |
-#include "MutationEvent.h" |
-#include "NodeRenderingContext.h" |
#include "SVGDocument.h" |
#include "SVGElementInstance.h" |
#include "SVGNames.h" |
-#include "ShadowRoot.h" |
-#include "Text.h" |
#include "XLinkNames.h" |
+#include "core/dom/ElementShadow.h" |
+#include "core/dom/EventListener.h" |
+#include "core/dom/EventNames.h" |
+#include "core/dom/ExceptionCodePlaceholder.h" |
+#include "core/dom/MutationEvent.h" |
+#include "core/dom/NodeRenderingContext.h" |
+#include "core/dom/ShadowRoot.h" |
+#include "core/dom/Text.h" |
#include "core/page/UseCounter.h" |
#include "core/rendering/style/StyleInheritedData.h" |
#include "core/rendering/svg/RenderSVGInline.h" |