| Index: sky/engine/core/events/GenericEventQueue.cpp
|
| diff --git a/sky/engine/core/events/GenericEventQueue.cpp b/sky/engine/core/events/GenericEventQueue.cpp
|
| index 387690fbc32c2037ef64750ef5421cdd8b768f9c..f1662fd91f6e29e8d8dfd4e044c10b486089a119 100644
|
| --- a/sky/engine/core/events/GenericEventQueue.cpp
|
| +++ b/sky/engine/core/events/GenericEventQueue.cpp
|
| @@ -23,12 +23,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "core/events/GenericEventQueue.h"
|
| +#include "sky/engine/core/events/GenericEventQueue.h"
|
|
|
| -#include "core/events/Event.h"
|
| -#include "platform/TraceEvent.h"
|
| +#include "sky/engine/core/events/Event.h"
|
| +#include "sky/engine/platform/TraceEvent.h"
|
|
|
| namespace blink {
|
|
|
|
|