summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGElement.h')
-rw-r--r--Source/WebCore/svg/SVGElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGElement.h b/Source/WebCore/svg/SVGElement.h
index d961c73..2c87f6e 100644
--- a/Source/WebCore/svg/SVGElement.h
+++ b/Source/WebCore/svg/SVGElement.h
@@ -23,7 +23,6 @@
#define SVGElement_h
#if ENABLE(SVG)
-#include "SVGDocumentExtensions.h"
#include "SVGLocatable.h"
#include "StyledElement.h"
@@ -32,6 +31,7 @@ namespace WebCore {
class CSSCursorImageValue;
class Document;
class SVGCursorElement;
+class SVGDocumentExtensions;
class SVGElementInstance;
class SVGElementRareData;
class SVGSVGElement;