| 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 #ifndef MOJO_PUBLIC_CPP_SYSTEM_CORE_H_ | |
| 10 #define MOJO_PUBLIC_CPP_SYSTEM_CORE_H_ | |
| 11 | |
| 12 #include "mojo/public/cpp/system/buffer.h" | |
| 13 #include "mojo/public/cpp/system/data_pipe.h" | |
| 14 #include "mojo/public/cpp/system/handle.h" | |
| 15 #include "mojo/public/cpp/system/macros.h" | |
| 16 #include "mojo/public/cpp/system/message_pipe.h" | |
| 17 #include "mojo/public/cpp/system/time.h" | |
| 18 | |
| 19 #endif // MOJO_PUBLIC_CPP_SYSTEM_CORE_H_ | |
| OLD | NEW |