| Index: Source/platform/text/LocaleWin.cpp
|
| diff --git a/Source/core/platform/text/LocaleWin.cpp b/Source/platform/text/LocaleWin.cpp
|
| similarity index 99%
|
| rename from Source/core/platform/text/LocaleWin.cpp
|
| rename to Source/platform/text/LocaleWin.cpp
|
| index b93c0e6be30d6620c2c7a1e58743b5c7a56c870c..77c1c8ed5df47cdc11912abe7728f51db9ba71f9 100644
|
| --- a/Source/core/platform/text/LocaleWin.cpp
|
| +++ b/Source/platform/text/LocaleWin.cpp
|
| @@ -29,8 +29,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/text/LocaleWin.h"
|
| +#include "platform/text/LocaleWin.h"
|
|
|
| +#include <windows.h>
|
| +#include <limits>
|
| #include "platform/DateComponents.h"
|
| #include "platform/Language.h"
|
| #include "platform/LayoutTestSupport.h"
|
| @@ -44,8 +46,6 @@
|
| #include "wtf/text/StringBuffer.h"
|
| #include "wtf/text/StringBuilder.h"
|
| #include "wtf/text/StringHash.h"
|
| -#include <limits>
|
| -#include <windows.h>
|
|
|
| using namespace std;
|
|
|
|
|