summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/text/mac/TextCodecMac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/text/mac/TextCodecMac.cpp')
-rw-r--r--Source/WebCore/platform/text/mac/TextCodecMac.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/text/mac/TextCodecMac.cpp b/Source/WebCore/platform/text/mac/TextCodecMac.cpp
index b743f3d..64d0485 100644
--- a/Source/WebCore/platform/text/mac/TextCodecMac.cpp
+++ b/Source/WebCore/platform/text/mac/TextCodecMac.cpp
@@ -27,15 +27,15 @@
#include "config.h"
#include "TextCodecMac.h"
-#include "CharacterNames.h"
#include "CharsetData.h"
#include "PlatformString.h"
#include "ThreadGlobalData.h"
#include <wtf/Assertions.h>
-#include <wtf/text/CString.h>
#include <wtf/PassOwnPtr.h>
#include <wtf/RetainPtr.h>
#include <wtf/Threading.h>
+#include <wtf/text/CString.h>
+#include <wtf/unicode/CharacterNames.h>
using namespace std;