| Index: sky/engine/core/animation/InertAnimation.cpp
|
| diff --git a/sky/engine/core/animation/InertAnimation.cpp b/sky/engine/core/animation/InertAnimation.cpp
|
| index 84540b228a4cc25c708cf521b7c58bf8a0d7e2cf..87438aa6c9c659222cf5b592ed08010d33de8842 100644
|
| --- a/sky/engine/core/animation/InertAnimation.cpp
|
| +++ b/sky/engine/core/animation/InertAnimation.cpp
|
| @@ -28,9 +28,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/animation/InertAnimation.h"
|
| -#include "core/animation/Interpolation.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/animation/InertAnimation.h"
|
| +#include "sky/engine/core/animation/Interpolation.h"
|
|
|
| namespace blink {
|
|
|
|
|