| Index: Source/core/animation/animatable/AnimatableDouble.cpp
|
| diff --git a/Source/core/animation/AnimatableDouble.cpp b/Source/core/animation/animatable/AnimatableDouble.cpp
|
| similarity index 98%
|
| rename from Source/core/animation/AnimatableDouble.cpp
|
| rename to Source/core/animation/animatable/AnimatableDouble.cpp
|
| index b27e515056fc39ff617f8a6ac6796421b02e97de..8862df13cfd0dad18ab968dfe4403ffbe4f0f34b 100644
|
| --- a/Source/core/animation/AnimatableDouble.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableDouble.cpp
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/animation/AnimatableDouble.h"
|
| +#include "core/animation/animatable/AnimatableDouble.h"
|
|
|
| #include "platform/animation/AnimationUtilities.h"
|
| #include <math.h>
|
|
|