Skip to content

Commit 3b2b5e3

Browse files
committed
simplify fwd
1 parent f7793a2 commit 3b2b5e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

include/boost/histogram/histogram_fwd.hpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
#ifndef _BOOST_HISTOGRAM_HISTOGRAM_FWD_HPP_
88
#define _BOOST_HISTOGRAM_HISTOGRAM_FWD_HPP_
99

10-
#include <boost/mp11.hpp>
11-
#include <memory>
12-
#include <tuple>
13-
#include <type_traits>
10+
#include <memory> // for std::allocator
1411
#include <vector>
12+
#include <string>
1513

1614
namespace boost {
1715
namespace histogram {

0 commit comments

Comments
 (0)