| Index: Source/core/svg/SVGLength.h
|
| diff --git a/Source/core/svg/SVGLength.h b/Source/core/svg/SVGLength.h
|
| index f1e644839bc5c4e6393d21ded05044b4d5ad7a64..18181b604a114f765b61e5e37227c2d2e5b185b9 100644
|
| --- a/Source/core/svg/SVGLength.h
|
| +++ b/Source/core/svg/SVGLength.h
|
| @@ -23,15 +23,11 @@
|
|
|
| #include "bindings/v8/ExceptionMessages.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| -#include "bindings/v8/ScriptWrappable.h"
|
| -#include "core/dom/ExceptionCode.h"
|
| #include "core/svg/SVGLengthContext.h"
|
| -#include "core/svg/SVGParsingError.h"
|
| #include "core/svg/properties/NewSVGProperty.h"
|
|
|
| namespace WebCore {
|
|
|
| -/* use SVGLength.h decls */
|
| class CSSPrimitiveValue;
|
| class ExceptionState;
|
| class QualifiedName;
|
|
|