| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 275404de63c9a65204392d1bb4696e5c8085ff50..700bdb118a76907c67efb4ea6adefb67b5d59d45 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -24,7 +24,6 @@
|
|
|
| #include "core/SVGNames.h"
|
| #include "core/dom/Element.h"
|
| -#include "core/svg/SVGAnimatedString.h"
|
| #include "core/svg/SVGParsingError.h"
|
| #include "core/svg/properties/SVGPropertyInfo.h"
|
| #include "platform/Timer.h"
|
| @@ -39,6 +38,7 @@ class CSSCursorImageValue;
|
| class Document;
|
| class SVGAnimatedPropertyBase;
|
| class SubtreeLayoutScope;
|
| +class SVGAnimatedString;
|
| class SVGCursorElement;
|
| class SVGDocumentExtensions;
|
| class SVGElement;
|
|
|