Index: Source/core/svg/SVGElementRareData.h |
diff --git a/Source/core/svg/SVGElementRareData.h b/Source/core/svg/SVGElementRareData.h |
index 891a7b370da072dfd3bfcfa5fd2ae2b28a6b3293..9a654871fbe994ac059c4685e299aacfab037740 100644 |
--- a/Source/core/svg/SVGElementRareData.h |
+++ b/Source/core/svg/SVGElementRareData.h |
@@ -20,9 +20,7 @@ |
#ifndef SVGElementRareData_h |
#define SVGElementRareData_h |
-#include "core/css/StylePropertySet.h" |
-#include "core/css/resolver/StyleResolver.h" |
-#include "core/svg/SVGCursorElement.h" |
+#include "core/svg/SVGElement.h" |
#include "wtf/HashSet.h" |
#include "wtf/Noncopyable.h" |
#include "wtf/StdLibExtras.h" |
@@ -30,7 +28,7 @@ |
namespace blink { |
class CSSCursorImageValue; |
-class SVGElement; |
+class SVGCursorElement; |
class SVGElementRareData : public NoBaseWillBeGarbageCollectedFinalized<SVGElementRareData> { |
WTF_MAKE_NONCOPYABLE(SVGElementRareData); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED; |