| Index: Source/core/platform/graphics/Color.h
|
| diff --git a/Source/core/platform/graphics/Color.h b/Source/core/platform/graphics/Color.h
|
| index 87530607801f840b0c3919ff7bf76a37ccaee959..1288d4b7110c2b8a1a825d1c1d2e3ee57d8a9d9d 100644
|
| --- a/Source/core/platform/graphics/Color.h
|
| +++ b/Source/core/platform/graphics/Color.h
|
| @@ -27,9 +27,9 @@
|
| #define Color_h
|
|
|
| #include "core/platform/animation/AnimationUtilities.h"
|
| -#include <wtf/FastAllocBase.h>
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/unicode/Unicode.h>
|
| +#include "wtf/FastAllocBase.h"
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/unicode/Unicode.h"
|
|
|
| namespace WebCore {
|
|
|
|
|