mirror of
https://github.com/boostorg/functional.git
synced 2025-08-03 06:24:34 +02:00
Move include errorno & limits from hash.hpp into hash_float where they should be.
[SVN r32777]
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/functional/detail/float_functions.hpp>
|
#include <boost/functional/detail/float_functions.hpp>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <boost/limits.hpp>
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
|
@@ -17,8 +17,6 @@
|
|||||||
|
|
||||||
#include <boost/functional/hash_fwd.hpp>
|
#include <boost/functional/hash_fwd.hpp>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <errno.h>
|
|
||||||
#include <boost/limits.hpp>
|
|
||||||
#include <boost/functional/detail/hash_float.hpp>
|
#include <boost/functional/detail/hash_float.hpp>
|
||||||
#include <boost/functional/detail/container_fwd.hpp>
|
#include <boost/functional/detail/container_fwd.hpp>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user