| Index: sky/engine/platform/graphics/Color.h
|
| diff --git a/sky/engine/platform/graphics/Color.h b/sky/engine/platform/graphics/Color.h
|
| index 25033cf156dd1eb28ff49581500e4d5b11f8d881..35450623a9ba2e47bef46e95da5ac6dac924826a 100644
|
| --- a/sky/engine/platform/graphics/Color.h
|
| +++ b/sky/engine/platform/graphics/Color.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef Color_h
|
| #define Color_h
|
|
|
| -#include "platform/animation/AnimationUtilities.h"
|
| -#include "wtf/FastAllocBase.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/unicode/Unicode.h"
|
| +#include "sky/engine/platform/animation/AnimationUtilities.h"
|
| +#include "sky/engine/wtf/FastAllocBase.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/unicode/Unicode.h"
|
|
|
| namespace blink {
|
|
|
|
|