| Index: mojo/public/c/system/tests/core_perftest.cc
|
| diff --git a/mojo/public/c/system/tests/core_perftest.cc b/mojo/public/c/system/tests/core_perftest.cc
|
| index fd7df02d049581eaa8f0668d23060058e24df15c..dff6fa7c0b16b3bc348091e1c3951a0590387375 100644
|
| --- a/mojo/public/c/system/tests/core_perftest.cc
|
| +++ b/mojo/public/c/system/tests/core_perftest.cc
|
| @@ -12,11 +12,11 @@
|
| #include <functional>
|
| #include <thread>
|
|
|
| -#include "mojo/public/c/system/functions.h"
|
| #include "mojo/public/c/system/handle.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"
|
| #include "mojo/public/cpp/system/macros.h"
|
| #include "mojo/public/cpp/test_support/test_support.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|