Index: third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp |
diff --git a/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp b/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp |
index d822a146be9626d9a17fb351d4baf62f2c1a7a58..ff24759882e7ff1c1572ca252a13d66c3e5f7240 100644 |
--- a/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp |
+++ b/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp |
@@ -7,11 +7,11 @@ |
// directory, and fix these #include's to "platform/fonts/...". |
#include "CharacterPropertyDataGenerator.h" |
-#include "CharacterProperty.h" |
+#include <stdio.h> |
#include <cassert> |
#include <cstring> |
#include <memory> |
-#include <stdio.h> |
+#include "CharacterProperty.h" |
#if !defined(USING_SYSTEM_ICU) |
#define MUTEX_H // Prevent compile failure of utrie2.h on Windows |
#include <utrie2.h> |