Index: third_party/WebKit/Source/platform/wtf/MathExtras.h |
diff --git a/third_party/WebKit/Source/platform/wtf/MathExtras.h b/third_party/WebKit/Source/platform/wtf/MathExtras.h |
index cdb5f6511d6ed3904c23d7ed56ef743994f300cb..b7a5ae96aeb1214c6bea8a168a9f28a3a73284ed 100644 |
--- a/third_party/WebKit/Source/platform/wtf/MathExtras.h |
+++ b/third_party/WebKit/Source/platform/wtf/MathExtras.h |
@@ -26,12 +26,12 @@ |
#ifndef WTF_MathExtras_h |
#define WTF_MathExtras_h |
-#include "platform/wtf/Allocator.h" |
-#include "platform/wtf/Assertions.h" |
-#include "platform/wtf/CPU.h" |
#include <cmath> |
#include <cstddef> |
#include <limits> |
+#include "platform/wtf/Allocator.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/CPU.h" |
#if COMPILER(MSVC) |
// Make math.h behave like other platforms. |