2
0
mirror of https://github.com/boostorg/bimap.git synced 2026-01-19 04:02:10 +00:00

Remove unnecessary includes (that now cause errors because the header has been removed)

This commit is contained in:
Peter Dimov
2025-01-27 23:01:14 +02:00
parent c81ecb5b9e
commit f64de6d045
2 changed files with 0 additions and 2 deletions

View File

@@ -24,7 +24,6 @@
#include <boost/core/serialization.hpp>
#endif // BOOST_BIMAP_DISABLE_SERIALIZATION
#include <boost/iterator/detail/enable_if.hpp>
#include <boost/iterator/iterator_adaptor.hpp>
#include <boost/bimap/relation/support/pair_by.hpp>

View File

@@ -24,7 +24,6 @@
#include <boost/core/serialization.hpp>
#endif // BOOST_BIMAP_DISABLE_SERIALIZATION
#include <boost/iterator/detail/enable_if.hpp>
#include <boost/iterator/iterator_adaptor.hpp>
#include <boost/bimap/relation/support/get_pair_functor.hpp>