| Index: mojo/edk/system/data_pipe_impl.h
|
| diff --git a/mojo/edk/system/data_pipe_impl.h b/mojo/edk/system/data_pipe_impl.h
|
| index bd3cc3164d40e598a879670bdd4ead09c2a8b8e3..3670fded4b9e43636009c0167f1d0c01e8d0a151 100644
|
| --- a/mojo/edk/system/data_pipe_impl.h
|
| +++ b/mojo/edk/system/data_pipe_impl.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef MOJO_EDK_SYSTEM_DATA_PIPE_IMPL_H_
|
| #define MOJO_EDK_SYSTEM_DATA_PIPE_IMPL_H_
|
|
|
| +#include <mojo/macros.h>
|
| #include <stdint.h>
|
|
|
| #include <utility>
|
| @@ -16,7 +17,6 @@
|
| #include "mojo/edk/system/memory.h"
|
| #include "mojo/edk/util/thread_annotations.h"
|
| #include "mojo/public/c/system/data_pipe.h"
|
| -#include "mojo/public/c/system/macros.h"
|
| #include "mojo/public/c/system/result.h"
|
|
|
| namespace mojo {
|
|
|