Index: Source/core/svg/SVGFESpecularLightingElement.cpp |
diff --git a/Source/core/svg/SVGFESpecularLightingElement.cpp b/Source/core/svg/SVGFESpecularLightingElement.cpp |
index 33b4012f0afd0f91ca8b8fedb790319dd160be34..70dc1b93985aa35f867c4ada0dce9f1e9d3e4121 100644 |
--- a/Source/core/svg/SVGFESpecularLightingElement.cpp |
+++ b/Source/core/svg/SVGFESpecularLightingElement.cpp |
@@ -24,13 +24,13 @@ |
#if ENABLE(SVG) |
#include "SVGFESpecularLightingElement.h" |
-#include "Attribute.h" |
#include "SVGColor.h" |
#include "SVGElementInstance.h" |
#include "SVGFELightElement.h" |
#include "SVGFilterBuilder.h" |
#include "SVGNames.h" |
#include "SVGParserUtilities.h" |
+#include "core/dom/Attribute.h" |
#include "core/platform/graphics/filters/FilterEffect.h" |
#include "core/rendering/style/RenderStyle.h" |