| Index: sky/engine/core/events/EventQueue.h
|
| diff --git a/sky/engine/core/events/EventQueue.h b/sky/engine/core/events/EventQueue.h
|
| index 86305af8dc2f1336d5a9c7377dc4f6b8cc25ce8b..556b2985aa88263ca81ffd5413c34562bda6d4e2 100644
|
| --- a/sky/engine/core/events/EventQueue.h
|
| +++ b/sky/engine/core/events/EventQueue.h
|
| @@ -27,10 +27,10 @@
|
| #ifndef EventQueue_h
|
| #define EventQueue_h
|
|
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|