Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(750)

Side by Side Diff: mojo/public/c/system/functions.h

Issue 1827193002: Remove deprecated headers from mojo/public/{c,cpp}/system. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/public/c/system/core.h ('k') | mojo/public/c/system/types.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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_
OLDNEW
« no previous file with comments | « mojo/public/c/system/core.h ('k') | mojo/public/c/system/types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698