From 71641ebdcd9539887af2588ff3b49e4a760d1558 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 9 Feb 2006 18:55:35 +0000 Subject: [PATCH] Move include errorno & limits from hash.hpp into hash_float where they should be. [SVN r32777] --- include/boost/functional/detail/hash_float.hpp | 2 ++ include/boost/functional/hash/hash.hpp | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/functional/detail/hash_float.hpp b/include/boost/functional/detail/hash_float.hpp index 56e1464..cc9fd51 100644 --- a/include/boost/functional/detail/hash_float.hpp +++ b/include/boost/functional/detail/hash_float.hpp @@ -16,6 +16,8 @@ #endif #include +#include +#include namespace boost { diff --git a/include/boost/functional/hash/hash.hpp b/include/boost/functional/hash/hash.hpp index 621da84..1e6552a 100644 --- a/include/boost/functional/hash/hash.hpp +++ b/include/boost/functional/hash/hash.hpp @@ -17,8 +17,6 @@ #include #include -#include -#include #include #include