| Index: mojo/edk/system/core.cc
|
| diff --git a/mojo/edk/system/core.cc b/mojo/edk/system/core.cc
|
| index f077c7585b8a2626e8aebfea0ad8df678f54ba25..9dd95059993b79d658ce3ca5926ce11038fd18d9 100644
|
| --- a/mojo/edk/system/core.cc
|
| +++ b/mojo/edk/system/core.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "mojo/edk/system/core.h"
|
|
|
| +#include <mojo/macros.h>
|
| +
|
| #include <limits>
|
| #include <memory>
|
| #include <utility>
|
| @@ -27,7 +29,6 @@
|
| #include "mojo/edk/system/shared_buffer_dispatcher.h"
|
| #include "mojo/edk/system/wait_set_dispatcher.h"
|
| #include "mojo/edk/system/waiter.h"
|
| -#include "mojo/public/c/system/macros.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
|
|
| using mojo::platform::GetTimeTicks;
|
|
|