mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 13:14:06 +00:00
renamed axis.hpp to types.hpp
This commit is contained in:
parent
d2741e63e3
commit
d83fe99cfc
@ -7,7 +7,8 @@
|
||||
#ifndef BOOST_HISTOGRAM_HPP_
|
||||
#define BOOST_HISTOGRAM_HPP_
|
||||
|
||||
#include <boost/histogram/axis/axis.hpp>
|
||||
#include <boost/histogram/axis/types.hpp>
|
||||
#include <boost/histogram/axis/any.hpp>
|
||||
#include <boost/histogram/dynamic_histogram.hpp>
|
||||
#include <boost/histogram/literals.hpp>
|
||||
#include <boost/histogram/static_histogram.hpp>
|
||||
|
@ -9,7 +9,7 @@
|
||||
#ifndef _BOOST_HISTOGRAM_AXIS_OSTREAM_OPERATORS_HPP_
|
||||
#define _BOOST_HISTOGRAM_AXIS_OSTREAM_OPERATORS_HPP_
|
||||
|
||||
#include <boost/histogram/axis/axis.hpp>
|
||||
#include <boost/histogram/axis/types.hpp>
|
||||
#include <boost/histogram/axis/interval_view.hpp>
|
||||
#include <boost/histogram/axis/value_view.hpp>
|
||||
#include <boost/histogram/detail/utility.hpp>
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/histogram/arithmetic_operators.hpp>
|
||||
#include <boost/histogram/axis/any.hpp>
|
||||
#include <boost/histogram/axis/axis.hpp>
|
||||
#include <boost/histogram/axis/types.hpp>
|
||||
#include <boost/histogram/detail/axis_visitor.hpp>
|
||||
#include <boost/histogram/detail/cat.hpp>
|
||||
#include <boost/histogram/detail/meta.hpp>
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
#include <boost/histogram/arithmetic_operators.hpp>
|
||||
#include <boost/histogram/axis/axis.hpp>
|
||||
#include <boost/histogram/axis/types.hpp>
|
||||
#include <boost/histogram/detail/axis_visitor.hpp>
|
||||
#include <boost/histogram/detail/meta.hpp>
|
||||
#include <boost/histogram/detail/utility.hpp>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include "utility.hpp"
|
||||
#include <boost/histogram/histogram_fwd.hpp>
|
||||
#include <boost/histogram/axis/axis.hpp>
|
||||
#include <boost/histogram/axis/types.hpp>
|
||||
#include <boost/histogram/axis/any.hpp>
|
||||
#include <boost/histogram/axis/ostream_operators.hpp>
|
||||
#include <boost/histogram/detail/utility.hpp>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
#include <boost/histogram/axis/any.hpp>
|
||||
#include <boost/histogram/axis/axis.hpp>
|
||||
#include <boost/histogram/axis/types.hpp>
|
||||
#include <boost/histogram/axis/ostream_operators.hpp>
|
||||
#include <boost/histogram/detail/axis_visitor.hpp>
|
||||
#include <boost/histogram/detail/utility.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user