Index: Source/core/svg/SVGAnimateElement.cpp |
diff --git a/Source/core/svg/SVGAnimateElement.cpp b/Source/core/svg/SVGAnimateElement.cpp |
index a98ed88be8fa7da42fb77de634ef24ead48456a9..eef6e32d6a06b8a63314317d7685a2021d6b01f4 100644 |
--- a/Source/core/svg/SVGAnimateElement.cpp |
+++ b/Source/core/svg/SVGAnimateElement.cpp |
@@ -25,13 +25,13 @@ |
#if ENABLE(SVG) |
#include "SVGAnimateElement.h" |
-#include "CSSParser.h" |
#include "CSSPropertyNames.h" |
#include "QualifiedName.h" |
#include "SVGAnimatorFactory.h" |
#include "SVGNames.h" |
#include "SVGStyledElement.h" |
-#include "StylePropertySet.h" |
+#include "core/css/CSSParser.h" |
+#include "core/css/StylePropertySet.h" |
#include "core/rendering/RenderObject.h" |
namespace WebCore { |