| Index: sky/engine/core/animation/InterpolableValue.cpp
|
| diff --git a/sky/engine/core/animation/InterpolableValue.cpp b/sky/engine/core/animation/InterpolableValue.cpp
|
| index 63be961232e0f846a4e194b781e084388774127c..307063408f9f91708c0135759b5ae03fb98a7ea1 100644
|
| --- a/sky/engine/core/animation/InterpolableValue.cpp
|
| +++ b/sky/engine/core/animation/InterpolableValue.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/InterpolableValue.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/InterpolableValue.h"
|
|
|
| namespace blink {
|
|
|
|
|