Index: Source/core/svg/SVGStyledElement.cpp |
diff --git a/Source/core/svg/SVGStyledElement.cpp b/Source/core/svg/SVGStyledElement.cpp |
index 13c2f88bea7b1e0ea9906c611846032079b469c8..b9b72b101cef233f20f8209394f37c44fe1a57b1 100644 |
--- a/Source/core/svg/SVGStyledElement.cpp |
+++ b/Source/core/svg/SVGStyledElement.cpp |
@@ -24,7 +24,6 @@ |
#include "SVGStyledElement.h" |
#include "Attr.h" |
-#include "CSSParser.h" |
#include "Document.h" |
#include "EventNames.h" |
#include "HTMLNames.h" |
@@ -36,6 +35,7 @@ |
#include "SVGSVGElement.h" |
#include "SVGUseElement.h" |
#include "ShadowRoot.h" |
+#include "core/css/CSSParser.h" |
#include "core/rendering/RenderObject.h" |
#include "core/rendering/style/SVGRenderStyle.h" |
#include "core/rendering/svg/RenderSVGResource.h" |