| Index: Source/core/platform/text/win/LocaleWin.h
|
| diff --git a/Source/core/platform/text/win/LocaleWin.h b/Source/core/platform/text/win/LocaleWin.h
|
| index 14f839127289742e27a0ee77d5e2a8887e35de66..9bd92c735ce00dbe3888bc9973a0f54e82f302f0 100644
|
| --- a/Source/core/platform/text/win/LocaleWin.h
|
| +++ b/Source/core/platform/text/win/LocaleWin.h
|
| @@ -33,9 +33,9 @@
|
|
|
| #include <windows.h>
|
| #include "core/platform/text/PlatformLocale.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/text/WTFString.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|