| Index: sky/engine/core/events/TransitionEvent.cpp
|
| diff --git a/sky/engine/core/events/TransitionEvent.cpp b/sky/engine/core/events/TransitionEvent.cpp
|
| index 63a3a3c47cc89c1e9f687bc5d5527b2f108c0210..318e0aa90ce3f069da8861fc07ba7e41c59cc66c 100644
|
| --- a/sky/engine/core/events/TransitionEvent.cpp
|
| +++ b/sky/engine/core/events/TransitionEvent.cpp
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/events/TransitionEvent.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/events/TransitionEvent.h"
|
|
|
| namespace blink {
|
|
|
|
|