| Index: sky/engine/core/animation/animatable/AnimatableTransform.cpp
|
| diff --git a/sky/engine/core/animation/animatable/AnimatableTransform.cpp b/sky/engine/core/animation/animatable/AnimatableTransform.cpp
|
| index d6e6a0a73d81ff5cf4bbef148a677df4d7c94a9a..e43342296bab4ec8d9cc4ed2cc79741094018931 100644
|
| --- a/sky/engine/core/animation/animatable/AnimatableTransform.cpp
|
| +++ b/sky/engine/core/animation/animatable/AnimatableTransform.cpp
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/animation/animatable/AnimatableTransform.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/animatable/AnimatableTransform.h"
|
|
|
| namespace blink {
|
|
|
|
|