Index: Source/core/svg/SVGPathByteStreamBuilder.h |
diff --git a/Source/core/svg/SVGPathByteStreamBuilder.h b/Source/core/svg/SVGPathByteStreamBuilder.h |
index 06c26e6805ef3ed8007cb45ce48bd5a9b9b45c43..b3fd7472ffe83756e37b2e9c015c2400172e6208 100644 |
--- a/Source/core/svg/SVGPathByteStreamBuilder.h |
+++ b/Source/core/svg/SVGPathByteStreamBuilder.h |
@@ -20,9 +20,9 @@ |
#ifndef SVGPathByteStreamBuilder_h |
#define SVGPathByteStreamBuilder_h |
-#include "core/platform/graphics/FloatPoint.h" |
#include "core/svg/SVGPathByteStream.h" |
#include "core/svg/SVGPathConsumer.h" |
+#include "platform/geometry/FloatPoint.h" |
#include "wtf/PassOwnPtr.h" |
#include "wtf/text/WTFString.h" |