Index: mojo/public/c/system/tests/core_unittest_pure_c.c |
diff --git a/mojo/public/c/system/tests/core_unittest_pure_c.c b/mojo/public/c/system/tests/core_unittest_pure_c.c |
index a1a45195f210db6ec061f74ee47f4c4644bc39b3..d9e290d86b9ff03eb4f588de0bc3c3263ccb5ebd 100644 |
--- a/mojo/public/c/system/tests/core_unittest_pure_c.c |
+++ b/mojo/public/c/system/tests/core_unittest_pure_c.c |
@@ -12,12 +12,12 @@ |
// Include all the header files that are meant to be compilable as C. Start with |
// core.h, since it's the most important one. |
#include "mojo/public/c/environment/async_waiter.h" |
-#include "mojo/public/c/system/functions.h" |
#include "mojo/public/c/system/handle.h" |
#include "mojo/public/c/system/macros.h" |
#include "mojo/public/c/system/message_pipe.h" |
#include "mojo/public/c/system/result.h" |
-#include "mojo/public/c/system/types.h" |
+#include "mojo/public/c/system/time.h" |
+#include "mojo/public/c/system/wait.h" |
// The joys of the C preprocessor.... |
#define STRINGIFY(x) #x |