Index: Source/core/rendering/shapes/Shape.cpp |
diff --git a/Source/core/rendering/shapes/Shape.cpp b/Source/core/rendering/shapes/Shape.cpp |
index 9962987ce534f68422a5055ca2ab7fa4dd3cf3a6..a3ea783ff887ef4607847598bdf48a2046e4a430 100644 |
--- a/Source/core/rendering/shapes/Shape.cpp |
+++ b/Source/core/rendering/shapes/Shape.cpp |
@@ -32,12 +32,12 @@ |
#include "core/fetch/ImageResource.h" |
#include "core/platform/graphics/ImageBuffer.h" |
-#include "core/platform/graphics/WindRule.h" |
#include "core/rendering/shapes/PolygonShape.h" |
#include "core/rendering/shapes/RasterShape.h" |
#include "core/rendering/shapes/RectangleShape.h" |
#include "platform/LengthFunctions.h" |
#include "platform/geometry/FloatSize.h" |
+#include "platform/graphics/WindRule.h" |
#include "wtf/MathExtras.h" |
#include "wtf/OwnPtr.h" |
#include "wtf/PassOwnPtr.h" |