Move include errorno & limits from hash.hpp into hash_float where they should be.

[SVN r32777]
This commit is contained in:
Daniel James
2006-02-09 18:55:35 +00:00
parent 8f2c004a17
commit 71641ebdcd
2 changed files with 2 additions and 2 deletions

View File

@@ -16,6 +16,8 @@
#endif
#include <boost/functional/detail/float_functions.hpp>
#include <errno.h>
#include <boost/limits.hpp>
namespace boost
{

View File

@@ -17,8 +17,6 @@
#include <boost/functional/hash_fwd.hpp>
#include <functional>
#include <errno.h>
#include <boost/limits.hpp>
#include <boost/functional/detail/hash_float.hpp>
#include <boost/functional/detail/container_fwd.hpp>