| Index: Source/core/platform/text/Hyphenation.h
|
| diff --git a/Source/core/platform/text/Hyphenation.h b/Source/core/platform/text/Hyphenation.h
|
| index 95f7c9ef8cba21cac928ea6f1a12e1189ba560c0..0f8aeaf87ffc51a45cde2f015d9e46676e7fa8b7 100644
|
| --- a/Source/core/platform/text/Hyphenation.h
|
| +++ b/Source/core/platform/text/Hyphenation.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef Hyphenation_h
|
| #define Hyphenation_h
|
|
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/unicode/Unicode.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/unicode/Unicode.h"
|
|
|
| namespace WebCore {
|
|
|
|
|