Index: Source/core/rendering/style/SVGRenderStyle.cpp |
diff --git a/Source/core/rendering/style/SVGRenderStyle.cpp b/Source/core/rendering/style/SVGRenderStyle.cpp |
index f80a2e1cee48f7d9d7a6ae82497ee9a8cb2a2199..46f78797db0cbdbc271420bdcbbef27d1a18876e 100644 |
--- a/Source/core/rendering/style/SVGRenderStyle.cpp |
+++ b/Source/core/rendering/style/SVGRenderStyle.cpp |
@@ -30,10 +30,10 @@ |
#if ENABLE(SVG) |
#include "core/rendering/style/SVGRenderStyle.h" |
-#include "CSSPrimitiveValue.h" |
-#include "CSSValueList.h" |
#include "NodeRenderStyle.h" |
#include "SVGStyledElement.h" |
+#include "core/css/CSSPrimitiveValue.h" |
+#include "core/css/CSSValueList.h" |
#include "core/platform/graphics/IntRect.h" |
using namespace std; |