| Index: sky/engine/core/animation/Interpolation.h
|
| diff --git a/sky/engine/core/animation/Interpolation.h b/sky/engine/core/animation/Interpolation.h
|
| index 89fc8d37224a0ef181e275a9c197c3a30021ab4c..f6fd7a91939844dd1ac81b496dbd551e21a75238 100644
|
| --- a/sky/engine/core/animation/Interpolation.h
|
| +++ b/sky/engine/core/animation/Interpolation.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef Interpolation_h
|
| #define Interpolation_h
|
|
|
| -#include "core/animation/InterpolableValue.h"
|
| -#include "platform/heap/Handle.h"
|
| +#include "sky/engine/core/animation/InterpolableValue.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
|
|