Index: Source/core/rendering/shapes/PolygonShape.h |
diff --git a/Source/core/rendering/shapes/PolygonShape.h b/Source/core/rendering/shapes/PolygonShape.h |
index 14cd30dbb83d249db00e976956d752ba2de8ebcf..38b0d8e75c7fccfbab482bc72260fe19ba471bd8 100644 |
--- a/Source/core/rendering/shapes/PolygonShape.h |
+++ b/Source/core/rendering/shapes/PolygonShape.h |
@@ -30,8 +30,8 @@ |
#ifndef PolygonShape_h |
#define PolygonShape_h |
-#include "core/platform/graphics/FloatPolygon.h" |
#include "core/rendering/shapes/Shape.h" |
+#include "platform/geometry/FloatPolygon.h" |
namespace WebCore { |