| Index: Source/core/platform/graphics/Font.h
|
| diff --git a/Source/core/platform/graphics/Font.h b/Source/core/platform/graphics/Font.h
|
| index 117a9426f288bc9233876623a54c29253dde130e..429a506f1eaeb9a845dbcdda2ffce1c64690640a 100644
|
| --- a/Source/core/platform/graphics/Font.h
|
| +++ b/Source/core/platform/graphics/Font.h
|
| @@ -30,10 +30,10 @@
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| #include "core/platform/graphics/TypesettingFeatures.h"
|
| #include "core/platform/text/TextDirection.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/MathExtras.h>
|
| -#include <wtf/unicode/CharacterNames.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/MathExtras.h"
|
| +#include "wtf/unicode/CharacterNames.h"
|
|
|
| // "X11/X.h" defines Complex to 0 and conflicts
|
| // with Complex value in CodePath enum.
|
|
|