| Index: sky/engine/core/animation/InterpolationEffect.h
|
| diff --git a/sky/engine/core/animation/InterpolationEffect.h b/sky/engine/core/animation/InterpolationEffect.h
|
| index 69a00b4b0b7691234c98d4e01494913e0ba789a1..7162c66ec9f04ca6e06070cddfc3b2b949a42bdb 100644
|
| --- a/sky/engine/core/animation/InterpolationEffect.h
|
| +++ b/sky/engine/core/animation/InterpolationEffect.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef InterpolationEffect_h
|
| #define InterpolationEffect_h
|
|
|
| -#include "core/animation/Interpolation.h"
|
| -#include "platform/animation/TimingFunction.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "sky/engine/core/animation/Interpolation.h"
|
| +#include "sky/engine/platform/animation/TimingFunction.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|