Move headers into top level of container_hash directory

This commit is contained in:
Daniel James
2018-01-27 11:48:59 +00:00
parent d45e3986f3
commit d20a68efdb
14 changed files with 17 additions and 17 deletions

View File

@@ -11,8 +11,8 @@
#pragma once
#endif
#include <boost/container_hash/hash/detail/float_functions.hpp>
#include <boost/container_hash/hash/detail/limits.hpp>
#include <boost/container_hash/detail/float_functions.hpp>
#include <boost/container_hash/detail/limits.hpp>
#include <boost/core/enable_if.hpp>
#include <boost/integer/static_log2.hpp>
#include <boost/cstdint.hpp>

View File

@@ -18,7 +18,7 @@
#pragma once
#endif
#include <boost/container_hash/hash/hash.hpp>
#include <boost/container_hash/hash.hpp>
#include <boost/detail/container_fwd.hpp>
#include <boost/core/enable_if.hpp>
#include <boost/static_assert.hpp>

View File

@@ -16,9 +16,9 @@
#if !defined(BOOST_FUNCTIONAL_HASH_HASH_HPP)
#define BOOST_FUNCTIONAL_HASH_HASH_HPP
#include <boost/container_hash/hash/hash_fwd.hpp>
#include <boost/container_hash/hash_fwd.hpp>
#include <functional>
#include <boost/container_hash/hash/detail/hash_float.hpp>
#include <boost/container_hash/detail/hash_float.hpp>
#include <string>
#include <boost/limits.hpp>
#include <boost/type_traits/is_enum.hpp>
@@ -757,5 +757,5 @@ namespace boost
#if !defined(BOOST_HASH_NO_EXTENSIONS) \
&& !defined(BOOST_FUNCTIONAL_HASH_EXTENSIONS_HPP)
#include <boost/container_hash/hash/extensions.hpp>
#include <boost/container_hash/extensions.hpp>
#endif

View File

@@ -3,4 +3,4 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/container_hash/hash/hash.hpp>
#include <boost/container_hash/hash.hpp>

View File

@@ -3,4 +3,4 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/container_hash/hash/extensions.hpp>
#include <boost/container_hash/extensions.hpp>

View File

@@ -3,4 +3,4 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/container_hash/hash/hash.hpp>
#include <boost/container_hash/hash.hpp>

View File

@@ -3,4 +3,4 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/container_hash/hash/hash_fwd.hpp>
#include <boost/container_hash/hash_fwd.hpp>

View File

@@ -3,4 +3,4 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/container_hash/hash/hash_fwd.hpp>
#include <boost/container_hash/hash_fwd.hpp>

View File

@@ -3,14 +3,14 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Check that boost/container_hash/hash/extensions.hpp works okay.
// Check that boost/container_hash/extensions.hpp works okay.
//
// It probably should be in boost/container_hash/hash/detail, but since it isn't it
// It probably should be in boost/container_hash/detail, but since it isn't it
// should work.
#include "./config.hpp"
#include <boost/container_hash/hash/extensions.hpp>
#include <boost/container_hash/extensions.hpp>
int main() {
int x[2] = { 2, 3 };

View File

@@ -14,8 +14,8 @@
#include <boost/core/lightweight_test.hpp>
#include <cmath>
#include <boost/container_hash/hash/detail/limits.hpp>
#include <boost/container_hash/hash/detail/float_functions.hpp>
#include <boost/container_hash/detail/limits.hpp>
#include <boost/container_hash/detail/float_functions.hpp>
#include <boost/config/workaround.hpp>
#include <iostream>

View File

@@ -14,7 +14,7 @@
#include <iostream>
#include <boost/core/lightweight_test.hpp>
#include <boost/container_hash/hash/detail/limits.hpp>
#include <boost/container_hash/detail/limits.hpp>
#include <boost/core/enable_if.hpp>
#include "./compile_time.hpp"