| Index: Source/core/rendering/style/SVGRenderStyle.h
|
| diff --git a/Source/core/rendering/style/SVGRenderStyle.h b/Source/core/rendering/style/SVGRenderStyle.h
|
| index ce14c10ea2a3bcbdf3b04d7b7e8ff3dd9f527206..9b6443cc8146c554763abe67f9c6e8d69ae53e6f 100644
|
| --- a/Source/core/rendering/style/SVGRenderStyle.h
|
| +++ b/Source/core/rendering/style/SVGRenderStyle.h
|
| @@ -24,9 +24,9 @@
|
| #define SVGRenderStyle_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "CSSValueList.h"
|
| #include "ExceptionCodePlaceholder.h"
|
| #include "SVGPaint.h"
|
| +#include "core/css/CSSValueList.h"
|
| #include "core/platform/graphics/GraphicsTypes.h"
|
| #include "core/platform/graphics/Path.h"
|
| #include "core/rendering/style/DataRef.h"
|
|
|