| Index: Source/core/css/SVGCSSParser.cpp
|
| diff --git a/Source/core/css/SVGCSSParser.cpp b/Source/core/css/SVGCSSParser.cpp
|
| index 4199bef5cbae980f88503dcd903fb69e1081c48d..97d2a8a06c8838f46a9522e8f6bb7cab7511a5fd 100644
|
| --- a/Source/core/css/SVGCSSParser.cpp
|
| +++ b/Source/core/css/SVGCSSParser.cpp
|
| @@ -23,13 +23,13 @@
|
| #include "config.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "CSSInheritedValue.h"
|
| -#include "CSSInitialValue.h"
|
| -#include "CSSParser.h"
|
| #include "CSSPropertyNames.h"
|
| #include "CSSValueKeywords.h"
|
| -#include "CSSValueList.h"
|
| #include "SVGPaint.h"
|
| +#include "core/css/CSSInheritedValue.h"
|
| +#include "core/css/CSSInitialValue.h"
|
| +#include "core/css/CSSParser.h"
|
| +#include "core/css/CSSValueList.h"
|
| #include "core/rendering/RenderTheme.h"
|
|
|
| using namespace std;
|
|
|