diff options
author | Shauren <shauren.trinity@gmail.com> | 2020-07-15 19:33:12 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-07-15 19:33:12 +0200 |
commit | 524d16739861d0b2279e2270e319b0c77ec9b03b (patch) | |
tree | 6ef11c719c0f24dd9f14d90ba8045f9a77eaa254 /dep/process/boost/process.hpp | |
parent | 1405760f317cfcfed29aca5ab36633863a2d9dc9 (diff) |
Dep: Switch to boost process instead of old standalone version
Diffstat (limited to 'dep/process/boost/process.hpp')
-rw-r--r-- | dep/process/boost/process.hpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dep/process/boost/process.hpp b/dep/process/boost/process.hpp deleted file mode 100644 index 2271e9b49e7..00000000000 --- a/dep/process/boost/process.hpp +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2006, 2007 Julio M. Merino Vidal -// Copyright (c) 2008 Ilya Sokolov, Boris Schaeling -// Copyright (c) 2009 Boris Schaeling -// Copyright (c) 2010 Felipe Tanus, Boris Schaeling -// Copyright (c) 2011 Jeff Flinn, Boris Schaeling -// Copyright (c) 2012 Boris Schaeling -// -// Distributed under the Boost Software License, Version 1.0. (See accompanying -// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) - -/** - * \file boost/process.hpp - * - * Convenience header which includes all public Boost.Process header files. - */ - -#ifndef BOOST_PROCESS_HPP -#define BOOST_PROCESS_HPP - -#include <boost/process/all.hpp> - -#endif |