diff options
author | Shauren <shauren.trinity@gmail.com> | 2020-07-15 19:33:12 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-23 20:39:15 +0100 |
commit | 2b312c7bd23710ede145d2ec2ccd04ea4f1fc5bf (patch) | |
tree | eef9d410330eed25f6bd02152287d98217c26625 /dep/process/boost/process.hpp | |
parent | 596bf2b77218e6b959c1bf7de848c6f09d5a91f0 (diff) |
Dep: Switch to boost process instead of old standalone version
(cherry picked from commit 524d16739861d0b2279e2270e319b0c77ec9b03b)
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 |