| Index: mojo/public/c/system/tests/wait_unittest.cc
|
| diff --git a/mojo/public/c/system/tests/wait_unittest.cc b/mojo/public/c/system/tests/wait_unittest.cc
|
| index 1d26faa925e9b5508a33a82089bfc30c5f424dbe..541043e08106ad5db78121be3f038b9e16180fd0 100644
|
| --- a/mojo/public/c/system/tests/wait_unittest.cc
|
| +++ b/mojo/public/c/system/tests/wait_unittest.cc
|
| @@ -5,9 +5,10 @@
|
| // This file tests the C wait API (the functions declared in
|
| // mojo/public/c/system/wait.h).
|
|
|
| +#include "mojo/public/c/system/wait.h"
|
| +
|
| #include "mojo/public/c/system/handle.h"
|
| #include "mojo/public/c/system/result.h"
|
| -#include "mojo/public/c/system/wait.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
|
|