| Index: mojo/public/platform/native/system_thunks.h
|
| diff --git a/mojo/public/platform/native/system_thunks.h b/mojo/public/platform/native/system_thunks.h
|
| index 0d9a2443e609cf960f3a5fa0a2f6b4aa1ed14a6d..c09370cede0407d080c8b34ab3a9762cf1eaa712 100644
|
| --- a/mojo/public/platform/native/system_thunks.h
|
| +++ b/mojo/public/platform/native/system_thunks.h
|
| @@ -9,7 +9,11 @@
|
|
|
| #include <stddef.h>
|
|
|
| -#include "mojo/public/c/system/core.h"
|
| +#include "mojo/public/c/system/buffer.h"
|
| +#include "mojo/public/c/system/data_pipe.h"
|
| +#include "mojo/public/c/system/functions.h"
|
| +#include "mojo/public/c/system/message_pipe.h"
|
| +#include "mojo/public/c/system/types.h"
|
|
|
| // The embedder needs to bind the basic Mojo Core functions of a DSO to those of
|
| // the embedder when loading a DSO that is dependent on mojo_system.
|
|
|