blob: 2c623925c8aa6ccb7b5c8537273f48527b68e855 [file] [log] [blame]
James Robinson646469d2014-10-03 15:33:28 -07001// 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 Luua2e2b6d2016-03-11 12:39:43 -08005// DEPRECATED -- do not use: include individual header files instead.
6//
7// TODO(vtl): Delete this header file.
James Robinson646469d2014-10-03 15:33:28 -07008//
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 Luuf559b922016-03-10 17:11:02 -080014#include "mojo/public/c/system/handle.h"
Viet-Trung Luua2e2b6d2016-03-11 12:39:43 -080015#include "mojo/public/c/system/time.h"
16#include "mojo/public/c/system/wait.h"
James Robinson646469d2014-10-03 15:33:28 -070017
18#endif // MOJO_PUBLIC_C_SYSTEM_FUNCTIONS_H_