| Index: sky/engine/core/animation/LengthStyleInterpolation.cpp
|
| diff --git a/sky/engine/core/animation/LengthStyleInterpolation.cpp b/sky/engine/core/animation/LengthStyleInterpolation.cpp
|
| index d5bebfe157c32928e83e3ab23e7f9b9606ddb68c..a3319424aa1ccba4cf078be76ea9404928cf8231 100644
|
| --- a/sky/engine/core/animation/LengthStyleInterpolation.cpp
|
| +++ b/sky/engine/core/animation/LengthStyleInterpolation.cpp
|
| @@ -2,11 +2,11 @@
|
| // 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/LengthStyleInterpolation.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/LengthStyleInterpolation.h"
|
|
|
| -#include "core/css/CSSCalculationValue.h"
|
| -#include "core/css/resolver/StyleBuilder.h"
|
| +#include "sky/engine/core/css/CSSCalculationValue.h"
|
| +#include "sky/engine/core/css/resolver/StyleBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|