Index: Source/core/svg/SVGFEConvolveMatrixElement.cpp |
diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
index ad4d99b701e5375ad9bcd920f327657a60584209..699b968ebc6fcb1433ee22efaa06bcab1007e761 100644 |
--- a/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
+++ b/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
@@ -22,11 +22,11 @@ |
#if ENABLE(SVG) |
#include "SVGFEConvolveMatrixElement.h" |
-#include "Attr.h" |
#include "SVGElementInstance.h" |
#include "SVGFilterBuilder.h" |
#include "SVGNames.h" |
#include "SVGParserUtilities.h" |
+#include "core/dom/Attr.h" |
#include "core/platform/graphics/FloatPoint.h" |
#include "core/platform/graphics/IntPoint.h" |
#include "core/platform/graphics/IntSize.h" |