Index: Source/core/svg/SVGAltGlyphElement.cpp |
diff --git a/Source/core/svg/SVGAltGlyphElement.cpp b/Source/core/svg/SVGAltGlyphElement.cpp |
index 86357873776b8ff190f95e2508f0024c68069caa..8ae7adb4b32f323d5e593dd985a333f1c4a8a46e 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.cpp |
+++ b/Source/core/svg/SVGAltGlyphElement.cpp |
@@ -25,12 +25,12 @@ |
#if ENABLE(SVG_FONTS) |
#include "SVGAltGlyphElement.h" |
-#include "ExceptionCode.h" |
-#include "NodeRenderingContext.h" |
#include "SVGAltGlyphDefElement.h" |
#include "SVGGlyphElement.h" |
#include "SVGNames.h" |
#include "XLinkNames.h" |
+#include "core/dom/ExceptionCode.h" |
+#include "core/dom/NodeRenderingContext.h" |
#include "core/rendering/RenderInline.h" |
#include "core/rendering/svg/RenderSVGTSpan.h" |