OLD | NEW |
| (Empty) |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 // DEPRECATED -- do not use: include individual header files instead. | |
6 // | |
7 // TODO(vtl): Delete this header file. | |
8 // | |
9 // Note: This header should be compilable as C. | |
10 | |
11 #ifndef MOJO_PUBLIC_C_SYSTEM_FUNCTIONS_H_ | |
12 #define MOJO_PUBLIC_C_SYSTEM_FUNCTIONS_H_ | |
13 | |
14 #include "mojo/public/c/system/handle.h" | |
15 #include "mojo/public/c/system/time.h" | |
16 #include "mojo/public/c/system/wait.h" | |
17 | |
18 #endif // MOJO_PUBLIC_C_SYSTEM_FUNCTIONS_H_ | |
OLD | NEW |