| Index: Source/core/style/SVGComputedStyle.h
|
| diff --git a/Source/core/layout/style/SVGComputedStyle.h b/Source/core/style/SVGComputedStyle.h
|
| similarity index 99%
|
| rename from Source/core/layout/style/SVGComputedStyle.h
|
| rename to Source/core/style/SVGComputedStyle.h
|
| index f22ec57e62aa38827fd19b3d1b07c0cfc0b1eb00..96f0ccb37566a9a1402cddd564aebd5ffc1188d0 100644
|
| --- a/Source/core/layout/style/SVGComputedStyle.h
|
| +++ b/Source/core/style/SVGComputedStyle.h
|
| @@ -23,10 +23,10 @@
|
| #ifndef SVGComputedStyle_h
|
| #define SVGComputedStyle_h
|
|
|
| -#include "core/layout/style/DataRef.h"
|
| -#include "core/layout/style/ComputedStyleConstants.h"
|
| -#include "core/layout/style/SVGComputedStyleDefs.h"
|
| -#include "core/layout/style/StyleDifference.h"
|
| +#include "core/style/DataRef.h"
|
| +#include "core/style/ComputedStyleConstants.h"
|
| +#include "core/style/SVGComputedStyleDefs.h"
|
| +#include "core/style/StyleDifference.h"
|
| #include "platform/Length.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/Path.h"
|
|
|