| Index: Source/core/rendering/style/SVGRenderStyle.h
|
| diff --git a/Source/core/rendering/style/SVGRenderStyle.h b/Source/core/rendering/style/SVGRenderStyle.h
|
| index 9b6443cc8146c554763abe67f9c6e8d69ae53e6f..301e48c7d0c41b500a879579982378e79621d120 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 "ExceptionCodePlaceholder.h"
|
| #include "SVGPaint.h"
|
| #include "core/css/CSSValueList.h"
|
| +#include "core/dom/ExceptionCodePlaceholder.h"
|
| #include "core/platform/graphics/GraphicsTypes.h"
|
| #include "core/platform/graphics/Path.h"
|
| #include "core/rendering/style/DataRef.h"
|
|
|