summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/break_lines.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/break_lines.cpp')
-rw-r--r--Source/WebCore/rendering/break_lines.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/rendering/break_lines.cpp b/Source/WebCore/rendering/break_lines.cpp
index 16bfcc2..b888fb8 100644
--- a/Source/WebCore/rendering/break_lines.cpp
+++ b/Source/WebCore/rendering/break_lines.cpp
@@ -26,9 +26,9 @@
#include "config.h"
#include "break_lines.h"
-#include "CharacterNames.h"
#include "TextBreakIterator.h"
#include <wtf/StdLibExtras.h>
+#include <wtf/unicode/CharacterNames.h>
#if PLATFORM(MAC)
#include <CoreServices/CoreServices.h>