Index: third_party/WebKit/Source/wtf/text/WTFString.h |
diff --git a/third_party/WebKit/Source/wtf/text/WTFString.h b/third_party/WebKit/Source/wtf/text/WTFString.h |
index 9ba534a65e70a80aa13467d2bd70bcf09d71ed16..6c1486700d99e7c29c019c64b8646b18c6b7206d 100644 |
--- a/third_party/WebKit/Source/wtf/text/WTFString.h |
+++ b/third_party/WebKit/Source/wtf/text/WTFString.h |
@@ -26,6 +26,8 @@ |
// This file would be called String.h, but that conflicts with <string.h> |
// on systems without case-sensitive file systems. |
+#include <algorithm> |
+#include <iosfwd> |
#include "wtf/Allocator.h" |
#include "wtf/Compiler.h" |
#include "wtf/HashTableDeletedValueType.h" |
@@ -33,8 +35,6 @@ |
#include "wtf/text/ASCIIFastPath.h" |
#include "wtf/text/StringImpl.h" |
#include "wtf/text/StringView.h" |
-#include <algorithm> |
-#include <iosfwd> |
#ifdef __OBJC__ |
#include <objc/objc.h> |