Index: Source/core/svg/SVGLineElement.cpp |
diff --git a/Source/core/svg/SVGLineElement.cpp b/Source/core/svg/SVGLineElement.cpp |
index f9cf5e0f43e9e514c2f15551588a1788f1a7f763..d7de796b5c5f952001cc22cc425ef9ef018e9a1a 100644 |
--- a/Source/core/svg/SVGLineElement.cpp |
+++ b/Source/core/svg/SVGLineElement.cpp |
@@ -23,10 +23,10 @@ |
#if ENABLE(SVG) |
#include "SVGLineElement.h" |
-#include "Attribute.h" |
#include "SVGElementInstance.h" |
#include "SVGLength.h" |
#include "SVGNames.h" |
+#include "core/dom/Attribute.h" |
#include "core/platform/graphics/FloatPoint.h" |
#include "core/rendering/svg/RenderSVGPath.h" |
#include "core/rendering/svg/RenderSVGResource.h" |