| Index: mojo/public/c/system/tests/message_pipe_perftest.cc
|
| diff --git a/mojo/public/c/system/tests/message_pipe_perftest.cc b/mojo/public/c/system/tests/message_pipe_perftest.cc
|
| index f86c1552052c5cbaa3e81797b27cab110276ef22..a4329cf88fbbd2fce6cdcd6c8863666ebd26fdf5 100644
|
| --- a/mojo/public/c/system/tests/message_pipe_perftest.cc
|
| +++ b/mojo/public/c/system/tests/message_pipe_perftest.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| // This tests the performance of message pipes via the C API.
|
|
|
| +#include "mojo/public/c/system/message_pipe.h"
|
| +
|
| #include <assert.h>
|
| #include <stdint.h>
|
| #include <stdio.h>
|
| @@ -11,7 +13,6 @@
|
| #include <thread>
|
|
|
| #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/tests/perftest_utils.h"
|
| #include "mojo/public/c/system/time.h"
|
|
|