| Index: Source/core/platform/text/LocaleWin.h
|
| diff --git a/Source/core/platform/text/win/LocaleWin.h b/Source/core/platform/text/LocaleWin.h
|
| similarity index 100%
|
| rename from Source/core/platform/text/win/LocaleWin.h
|
| rename to Source/core/platform/text/LocaleWin.h
|
| index cc843ca01dbad9aa6c706fe982f5f09462c7bb33..ed6681cbb5bf0cae6fe1ecbb8d550b618fb9f610 100644
|
| --- a/Source/core/platform/text/win/LocaleWin.h
|
| +++ b/Source/core/platform/text/LocaleWin.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef LocaleWin_h
|
| #define LocaleWin_h
|
|
|
| -#include <windows.h>
|
| #include "core/platform/text/PlatformLocale.h"
|
| #include "wtf/Forward.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
| +#include <windows.h>
|
|
|
| namespace WebCore {
|
|
|
|
|