Index: Source/core/svg/SVGTests.cpp |
diff --git a/Source/core/svg/SVGTests.cpp b/Source/core/svg/SVGTests.cpp |
index 7296b006ccad3eac9b1965b493362abd03700f77..854f9ee386fefdc8d811edef86f1661a72e59ff6 100644 |
--- a/Source/core/svg/SVGTests.cpp |
+++ b/Source/core/svg/SVGTests.cpp |
@@ -23,11 +23,11 @@ |
#if ENABLE(SVG) |
#include "SVGTests.h" |
-#include "Attribute.h" |
-#include "DOMImplementation.h" |
#include "SVGElement.h" |
#include "SVGNames.h" |
#include "SVGStringList.h" |
+#include "core/dom/Attribute.h" |
+#include "core/dom/DOMImplementation.h" |
#include "core/platform/Language.h" |
namespace WebCore { |