Index: third_party/WebKit/Source/platform/geometry/FloatPoint.h |
diff --git a/third_party/WebKit/Source/platform/geometry/FloatPoint.h b/third_party/WebKit/Source/platform/geometry/FloatPoint.h |
index 3569dae42544cf7699ffc33f8bc3bfd0c06beeb4..00a2a994ac73ce2f79eb3ff0640a2b36df08c250 100644 |
--- a/third_party/WebKit/Source/platform/geometry/FloatPoint.h |
+++ b/third_party/WebKit/Source/platform/geometry/FloatPoint.h |
@@ -27,14 +27,14 @@ |
#ifndef FloatPoint_h |
#define FloatPoint_h |
+#include <algorithm> |
+#include <iosfwd> |
#include "platform/geometry/FloatSize.h" |
#include "platform/geometry/IntPoint.h" |
#include "third_party/skia/include/core/SkPoint.h" |
#include "wtf/Allocator.h" |
#include "wtf/Forward.h" |
#include "wtf/MathExtras.h" |
-#include <algorithm> |
-#include <iosfwd> |
#if OS(MACOSX) |
typedef struct CGPoint CGPoint; |