James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 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 | |
Viet-Trung Luu | a2e2b6d | 2016-03-11 12:39:43 -0800 | [diff] [blame^] | 5 | // DEPRECATED -- do not use: include individual header files instead. |
| 6 | // |
| 7 | // TODO(vtl): Delete this header file. |
James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 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 | |
Viet-Trung Luu | f559b92 | 2016-03-10 17:11:02 -0800 | [diff] [blame] | 14 | #include "mojo/public/c/system/handle.h" |
Viet-Trung Luu | a2e2b6d | 2016-03-11 12:39:43 -0800 | [diff] [blame^] | 15 | #include "mojo/public/c/system/time.h" |
| 16 | #include "mojo/public/c/system/wait.h" |
James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 17 | |
| 18 | #endif // MOJO_PUBLIC_C_SYSTEM_FUNCTIONS_H_ |