| Index: mojo/public/c/system/tests/compile_unittest_pure_cpp.cc
|
| diff --git a/mojo/public/c/system/tests/compile_unittest_pure_cpp.cc b/mojo/public/c/system/tests/compile_unittest_pure_cpp.cc
|
| index ff3351ef8b6842f14c7182c77af3bbaa9c8bd491..23ef94a0458dbb77804d49f44ed0fd2c608a81c8 100644
|
| --- a/mojo/public/c/system/tests/compile_unittest_pure_cpp.cc
|
| +++ b/mojo/public/c/system/tests/compile_unittest_pure_cpp.cc
|
| @@ -6,12 +6,14 @@
|
| // more stringent warnings, in particular with "-Wundef".
|
|
|
| // Include all the header files that are meant to be compilable as C.
|
| +#include <mojo/macros.h>
|
| +
|
| +// Include all the header files that are meant to be compilable as C.
|
| #include "mojo/public/c/environment/async_waiter.h"
|
| #include "mojo/public/c/environment/logger.h"
|
| #include "mojo/public/c/system/buffer.h"
|
| #include "mojo/public/c/system/data_pipe.h"
|
| #include "mojo/public/c/system/handle.h"
|
| -#include "mojo/public/c/system/macros.h"
|
| #include "mojo/public/c/system/main.h"
|
| #include "mojo/public/c/system/message_pipe.h"
|
| #include "mojo/public/c/system/result.h"
|
|
|