| Index: sky/engine/core/animation/animatable/AnimatableColor.cpp
|
| diff --git a/sky/engine/core/animation/animatable/AnimatableColor.cpp b/sky/engine/core/animation/animatable/AnimatableColor.cpp
|
| index c770ff6abf9406c882422e2dbbfc03fd811ed2af..e7057a57f4f8b94074882e68833cb335b331a084 100644
|
| --- a/sky/engine/core/animation/animatable/AnimatableColor.cpp
|
| +++ b/sky/engine/core/animation/animatable/AnimatableColor.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/animation/animatable/AnimatableColor.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/animatable/AnimatableColor.h"
|
|
|
| -#include "platform/animation/AnimationUtilities.h"
|
| -#include "wtf/MathExtras.h"
|
| +#include "sky/engine/platform/animation/AnimationUtilities.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
|
|
| namespace {
|
|
|
|
|