| Index: sky/engine/core/animation/InterpolationEffect.cpp
|
| diff --git a/sky/engine/core/animation/InterpolationEffect.cpp b/sky/engine/core/animation/InterpolationEffect.cpp
|
| index e63cfc1d2a9cce4f3d0567f329b558262363ab6f..6ac3f085873148df2176db3c320583133b4817f2 100644
|
| --- a/sky/engine/core/animation/InterpolationEffect.cpp
|
| +++ b/sky/engine/core/animation/InterpolationEffect.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/InterpolationEffect.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/InterpolationEffect.h"
|
|
|
| namespace blink {
|
|
|
|
|