mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 13:14:06 +00:00
iosfwd instead of ostream header
This commit is contained in:
parent
59ae6d7ca1
commit
24429164a9
@ -8,7 +8,7 @@
|
||||
#define BOOST_HISTOGRAM_ACCUMULATORS_OSTREAM_HPP
|
||||
|
||||
#include <boost/histogram/fwd.hpp>
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
|
||||
namespace boost {
|
||||
namespace histogram {
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include <boost/histogram/detail/meta.hpp>
|
||||
#include <boost/throw_exception.hpp>
|
||||
#include <iomanip>
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
#include <stdexcept>
|
||||
#include <type_traits>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#define BOOST_HISTOGRAM_OSTREAM_HPP
|
||||
|
||||
#include <boost/histogram/fwd.hpp>
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
|
||||
namespace boost {
|
||||
namespace histogram {
|
||||
|
Loading…
x
Reference in New Issue
Block a user