| Index: Source/core/rendering/shapes/Shape.h
|
| diff --git a/Source/core/rendering/shapes/Shape.h b/Source/core/rendering/shapes/Shape.h
|
| index b1ea954b3fd9d187af46d082ab6f5a21615da9c8..790f6dab37bb952a34acb0586f240b9675c2bb95 100644
|
| --- a/Source/core/rendering/shapes/Shape.h
|
| +++ b/Source/core/rendering/shapes/Shape.h
|
| @@ -30,10 +30,10 @@
|
| #ifndef Shape_h
|
| #define Shape_h
|
|
|
| -#include "core/platform/graphics/LayoutRect.h"
|
| -#include "core/platform/text/WritingMode.h"
|
| #include "core/rendering/style/BasicShapes.h"
|
| #include "core/rendering/style/StyleImage.h"
|
| +#include "platform/geometry/LayoutRect.h"
|
| +#include "platform/text/WritingMode.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
|
|