Index: Source/core/svg/SVGFETileElement.cpp |
diff --git a/Source/core/svg/SVGFETileElement.cpp b/Source/core/svg/SVGFETileElement.cpp |
index b510c6fa8394bf7c5c481d1ea17e0dac5a61663c..5ba7f3872f7cf6a701b14e0f3abb83e4d6092cb4 100644 |
--- a/Source/core/svg/SVGFETileElement.cpp |
+++ b/Source/core/svg/SVGFETileElement.cpp |
@@ -23,10 +23,10 @@ |
#if ENABLE(SVG) |
#include "SVGFETileElement.h" |
-#include "Attribute.h" |
#include "SVGElementInstance.h" |
#include "SVGFilterBuilder.h" |
#include "SVGNames.h" |
+#include "core/dom/Attribute.h" |
#include "core/platform/graphics/filters/FilterEffect.h" |
#include "core/rendering/style/SVGRenderStyle.h" |