Use container_fwd.hpp for the hash functions.

[SVN r32583]
This commit is contained in:
Daniel James
2006-02-05 14:44:24 +00:00
parent af88f13aca
commit ed548575d4
7 changed files with 1 additions and 7 deletions

View File

@@ -15,7 +15,6 @@
#endif #endif
#include <boost/config.hpp> #include <boost/config.hpp>
#include <deque>
#include <boost/functional/hash/hash.hpp> #include <boost/functional/hash/hash.hpp>
namespace boost namespace boost

View File

@@ -18,11 +18,11 @@
#include <boost/config.hpp> #include <boost/config.hpp>
#include <cstddef> #include <cstddef>
#include <cmath> #include <cmath>
#include <string>
#include <functional> #include <functional>
#include <errno.h> #include <errno.h>
#include <boost/limits.hpp> #include <boost/limits.hpp>
#include <boost/functional/detail/float_functions.hpp> #include <boost/functional/detail/float_functions.hpp>
#include <boost/functional/detail/container_fwd.hpp>
#include <boost/detail/workaround.hpp> #include <boost/detail/workaround.hpp>
#if defined(BOOST_NO_FUNCTION_TEMPLATE_ORDERING) #if defined(BOOST_NO_FUNCTION_TEMPLATE_ORDERING)

View File

@@ -16,7 +16,6 @@
#endif #endif
#include <boost/config.hpp> #include <boost/config.hpp>
#include <list>
#include <boost/functional/hash/hash.hpp> #include <boost/functional/hash/hash.hpp>
namespace boost namespace boost

View File

@@ -16,7 +16,6 @@
#endif #endif
#include <boost/config.hpp> #include <boost/config.hpp>
#include <map>
#include <boost/functional/hash/hash.hpp> #include <boost/functional/hash/hash.hpp>
#include <boost/functional/hash/pair.hpp> #include <boost/functional/hash/pair.hpp>

View File

@@ -16,7 +16,6 @@
#endif #endif
#include <boost/config.hpp> #include <boost/config.hpp>
#include <utility>
#include <boost/functional/hash/hash.hpp> #include <boost/functional/hash/hash.hpp>
namespace boost namespace boost

View File

@@ -16,7 +16,6 @@
#endif #endif
#include <boost/config.hpp> #include <boost/config.hpp>
#include <set>
#include <boost/functional/hash/hash.hpp> #include <boost/functional/hash/hash.hpp>
namespace boost namespace boost

View File

@@ -16,7 +16,6 @@
#endif #endif
#include <boost/config.hpp> #include <boost/config.hpp>
#include <vector>
#include <boost/functional/hash/hash.hpp> #include <boost/functional/hash/hash.hpp>
namespace boost namespace boost