Home | History | Annotate | Download | only in system
      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 #ifndef MOJO_PUBLIC_CPP_SYSTEM_CORE_H_
      6 #define MOJO_PUBLIC_CPP_SYSTEM_CORE_H_
      7 
      8 #include "mojo/public/cpp/system/buffer.h"
      9 #include "mojo/public/cpp/system/data_pipe.h"
     10 #include "mojo/public/cpp/system/functions.h"
     11 #include "mojo/public/cpp/system/handle.h"
     12 #include "mojo/public/cpp/system/message_pipe.h"
     13 
     14 #endif  // MOJO_PUBLIC_CPP_SYSTEM_CORE_H_
     15