Index: third_party/WebKit/Source/platform/DecimalTest.cpp |
diff --git a/third_party/WebKit/Source/platform/DecimalTest.cpp b/third_party/WebKit/Source/platform/DecimalTest.cpp |
index d5c50b5c9456de2febd8decbbb4ee0daf569cf3e..e22736c404f813fa4fdc3ff4fb13290b9f0d8395 100644 |
--- a/third_party/WebKit/Source/platform/DecimalTest.cpp |
+++ b/third_party/WebKit/Source/platform/DecimalTest.cpp |
@@ -30,10 +30,10 @@ |
#include "platform/Decimal.h" |
+#include <float.h> |
#include "testing/gtest/include/gtest/gtest.h" |
#include "wtf/MathExtras.h" |
#include "wtf/text/CString.h" |
-#include <float.h> |
namespace blink { |