Index: Source/core/svg/SVGPathSegListSource.h |
diff --git a/Source/core/svg/SVGPathSegListSource.h b/Source/core/svg/SVGPathSegListSource.h |
index b0e0cdd61609ce620491f0a71235e0a0323e2ac4..9ff02c4d8badc7c7ded8417b033585e20791d8a6 100644 |
--- a/Source/core/svg/SVGPathSegListSource.h |
+++ b/Source/core/svg/SVGPathSegListSource.h |
@@ -20,10 +20,10 @@ |
#ifndef SVGPathSegListSource_h |
#define SVGPathSegListSource_h |
-#include "core/platform/graphics/FloatPoint.h" |
#include "core/svg/SVGPathSeg.h" |
#include "core/svg/SVGPathSegList.h" |
#include "core/svg/SVGPathSource.h" |
+#include "platform/geometry/FloatPoint.h" |
#include "wtf/PassOwnPtr.h" |
#include "wtf/RefPtr.h" |