From 2b312c7bd23710ede145d2ec2ccd04ea4f1fc5bf Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 15 Jul 2020 19:33:12 +0200 Subject: Dep: Switch to boost process instead of old standalone version (cherry picked from commit 524d16739861d0b2279e2270e319b0c77ec9b03b) --- dep/process/boost/process.hpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 dep/process/boost/process.hpp (limited to 'dep/process/boost/process.hpp') 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 - -#endif -- cgit v1.2.3