| Index: sky/engine/core/events/UIEvent.cpp
|
| diff --git a/sky/engine/core/events/UIEvent.cpp b/sky/engine/core/events/UIEvent.cpp
|
| index 97f3b18aa7440ad5d7d64b00ddaea927c4215409..bca082a15c587041a82593d7409f3641383c2bce 100644
|
| --- a/sky/engine/core/events/UIEvent.cpp
|
| +++ b/sky/engine/core/events/UIEvent.cpp
|
| @@ -20,8 +20,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/events/UIEvent.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/events/UIEvent.h"
|
|
|
|
|
| namespace blink {
|
|
|