diff --git a/include/boost/beast/_experimental/test/impl/stream.hpp b/include/boost/beast/_experimental/test/impl/stream.hpp index 189a4a64..b31aecad 100644 --- a/include/boost/beast/_experimental/test/impl/stream.hpp +++ b/include/boost/beast/_experimental/test/impl/stream.hpp @@ -11,7 +11,6 @@ #define BOOST_BEAST_TEST_IMPL_STREAM_HPP #include -#include #include namespace boost { diff --git a/include/boost/beast/core/detail/stream_algorithm.hpp b/include/boost/beast/core/detail/stream_algorithm.hpp deleted file mode 100644 index 029492d6..00000000 --- a/include/boost/beast/core/detail/stream_algorithm.hpp +++ /dev/null @@ -1,32 +0,0 @@ -// -// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com) -// -// 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) -// -// Official repository: https://github.com/boostorg/beast -// - -#ifndef BOOST_BEAST_DETAIL_STREAM_ALGORITHM_HPP -#define BOOST_BEAST_DETAIL_STREAM_ALGORITHM_HPP - -// Include most of what is needed to write stream algorithms - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#endif