Index: Source/core/svg/SVGPatternElement.cpp |
diff --git a/Source/core/svg/SVGPatternElement.cpp b/Source/core/svg/SVGPatternElement.cpp |
index 582ee84467cdcd23e2b5d8a7c22dcb3071bbae9c..d39c27723f0a679d1ce736f738644d2f76f8d961 100644 |
--- a/Source/core/svg/SVGPatternElement.cpp |
+++ b/Source/core/svg/SVGPatternElement.cpp |
@@ -24,8 +24,6 @@ |
#if ENABLE(SVG) |
#include "SVGPatternElement.h" |
-#include "Attribute.h" |
-#include "Document.h" |
#include "PatternAttributes.h" |
#include "SVGElementInstance.h" |
#include "SVGFitToViewBox.h" |
@@ -33,6 +31,8 @@ |
#include "SVGSVGElement.h" |
#include "SVGStyledTransformableElement.h" |
#include "SVGTransformable.h" |
+#include "core/dom/Attribute.h" |
+#include "core/dom/Document.h" |
#include "core/platform/FloatConversion.h" |
#include "core/platform/graphics/GraphicsContext.h" |
#include "core/platform/graphics/ImageBuffer.h" |