| Index: Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| index ec3030c71e6aa94e7f4e62cdd52c85b26b4255f2..658c94f348c93d2a931399d2321e0b7f16ab0d96 100644
|
| --- a/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/SVGCSSComputedStyleDeclaration.cpp
|
| @@ -21,12 +21,12 @@
|
| #include "config.h"
|
|
|
| #if ENABLE(SVG)
|
| -#include "CSSComputedStyleDeclaration.h"
|
| +#include "core/css/CSSComputedStyleDeclaration.h"
|
|
|
| -#include "CSSPrimitiveValueMappings.h"
|
| #include "CSSPropertyNames.h"
|
| #include "Document.h"
|
| #include "SVGPaint.h"
|
| +#include "core/css/CSSPrimitiveValueMappings.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
|
|
| namespace WebCore {
|
|
|