| Index: sky/engine/core/animation/AnimationClock.cpp
|
| diff --git a/sky/engine/core/animation/AnimationClock.cpp b/sky/engine/core/animation/AnimationClock.cpp
|
| index b0de58738c3fefc466c21104ddff70ac17c1c480..7650a2508675c091623ed351e02083cee00173de 100644
|
| --- a/sky/engine/core/animation/AnimationClock.cpp
|
| +++ b/sky/engine/core/animation/AnimationClock.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/animation/AnimationClock.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/AnimationClock.h"
|
|
|
| -#include "wtf/CurrentTime.h"
|
| #include <math.h>
|
| +#include "sky/engine/wtf/CurrentTime.h"
|
|
|
| namespace {
|
|
|
|
|