| Index: mojo/public/c/system/tests/core_unittest.cc
|
| diff --git a/mojo/public/c/system/tests/core_unittest.cc b/mojo/public/c/system/tests/core_unittest.cc
|
| index f34517f6917b973da7ecd859530aff83872a91ad..a1a8936f2c93fc6a8bd9c3d2abefd1d93561b3eb 100644
|
| --- a/mojo/public/c/system/tests/core_unittest.cc
|
| +++ b/mojo/public/c/system/tests/core_unittest.cc
|
| @@ -4,10 +4,13 @@
|
|
|
| // This file tests the C API.
|
|
|
| -#include "mojo/public/c/system/core.h"
|
| -
|
| #include <string.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"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
|
|