Remove extraneous fwd.hpp include from public facing headers

This commit is contained in:
Christian Mazakas
2023-06-15 08:22:00 -07:00
parent c51c06492a
commit 6fed6ea5ad
7 changed files with 1 additions and 6 deletions

View File

@ -12,7 +12,6 @@
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/unordered/detail/fwd.hpp>
#include <functional>
#include <memory>

View File

@ -12,7 +12,6 @@
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/unordered/detail/fwd.hpp>
#include <functional>
#include <memory>

View File

@ -13,7 +13,6 @@
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/unordered/detail/fwd.hpp>
#include <functional>
#include <memory>

View File

@ -12,7 +12,6 @@
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/unordered/detail/fwd.hpp>
#include <functional>
#include <memory>

View File

@ -12,7 +12,6 @@
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/unordered/detail/fwd.hpp>
#include <functional>
#include <memory>

View File

@ -13,7 +13,6 @@
#endif
#include <boost/functional/hash_fwd.hpp>
#include <boost/unordered/detail/fwd.hpp>
#include <functional>
#include <memory>

View File

@ -14,6 +14,7 @@
#include <boost/unordered/unordered_node_map.hpp>
#include <boost/unordered/unordered_node_set.hpp>
#include <boost/unordered/detail/implementation.hpp>
#include <boost/unordered/detail/fwd.hpp>
#else
#include <boost/unordered_set.hpp>
#include <boost/unordered_map.hpp>