aboutsummaryrefslogtreecommitdiff
path: root/dep/process/boost/process.hpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-07-15 19:33:12 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-23 20:39:15 +0100
commit2b312c7bd23710ede145d2ec2ccd04ea4f1fc5bf (patch)
treeeef9d410330eed25f6bd02152287d98217c26625 /dep/process/boost/process.hpp
parent596bf2b77218e6b959c1bf7de848c6f09d5a91f0 (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.hpp22
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