| Index: sky/engine/core/events/AnimationEvent.cpp
|
| diff --git a/sky/engine/core/events/AnimationEvent.cpp b/sky/engine/core/events/AnimationEvent.cpp
|
| index 4edbb9eace84629146613a1c31a6ec190d2d9e7f..28b097fa52d976153e1e8ac837006d184a2462f9 100644
|
| --- a/sky/engine/core/events/AnimationEvent.cpp
|
| +++ b/sky/engine/core/events/AnimationEvent.cpp
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/events/AnimationEvent.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/events/AnimationEvent.h"
|
|
|
| namespace blink {
|
|
|
|
|