| Index: sky/engine/core/animation/Interpolation.cpp
|
| diff --git a/sky/engine/core/animation/Interpolation.cpp b/sky/engine/core/animation/Interpolation.cpp
|
| index 416e3f0c363b74577b8d0847215427c6bc0f3213..f348e7d315bed0717a0d02c9f4e92df323a0d455 100644
|
| --- a/sky/engine/core/animation/Interpolation.cpp
|
| +++ b/sky/engine/core/animation/Interpolation.cpp
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/animation/Interpolation.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/Interpolation.h"
|
|
|
| namespace blink {
|
|
|
|
|