1 // Copyright (c) 2016 Klemens D. Morgenstern
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 
6 
7 #ifndef BOOST_PROCESS_TRAITS_HPP_
8 #define BOOST_PROCESS_TRAITS_HPP_
9 
10 #include <boost/process/detail/traits/decl.hpp>
11 #include <boost/process/detail/traits/async.hpp>
12 #include <boost/process/detail/traits/cmd_or_exe.hpp>
13 #include <boost/process/detail/traits/env.hpp>
14 #include <boost/process/detail/traits/error.hpp>
15 #include <boost/process/detail/traits/wchar_t.hpp>
16 
17 #endif /* BOOST_PROCESS_TRAITS_HPP_ */
18