Use <iosfwd> instead of <ostream>

This commit is contained in:
Vinnie Falco
2017-06-04 15:35:21 -07:00
parent 3803c38dbd
commit 12c7c24e5a
6 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
Version 49
* Use <iosfwd> instead of <ostream>
API Changes:
* Refactor method and verb

View File

@@ -11,7 +11,7 @@
#include <boost/asio/buffer.hpp>
#include <beast/core/detail/read_size_helper.hpp>
#include <memory>
#include <ostream>
#include <iosfwd>
#include <streambuf>
#include <type_traits>
#include <utility>

View File

@@ -13,7 +13,6 @@
#include <boost/assert.hpp>
#include <ostream>
namespace beast {
namespace http {
namespace detail {

View File

@@ -10,7 +10,7 @@
#include <beast/config.hpp>
#include <beast/core/string_view.hpp>
#include <ostream>
#include <iosfwd>
namespace beast {
namespace http {

View File

@@ -10,7 +10,7 @@
#include <beast/config.hpp>
#include <beast/core/string_view.hpp>
#include <ostream>
#include <iosfwd>
namespace beast {
namespace http {

View File

@@ -19,9 +19,9 @@
#include <beast/core/async_result.hpp>
#include <beast/core/string_view.hpp>
#include <boost/variant.hpp>
#include <iosfwd>
#include <limits>
#include <memory>
#include <ostream>
#include <type_traits>
#include <utility>