diff options
Diffstat (limited to 'boost/functional/hash_fwd.hpp')
-rw-r--r-- | boost/functional/hash_fwd.hpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/boost/functional/hash_fwd.hpp b/boost/functional/hash_fwd.hpp index eea9073884..62bc23c73b 100644 --- a/boost/functional/hash_fwd.hpp +++ b/boost/functional/hash_fwd.hpp @@ -3,9 +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/config.hpp> -#if defined(BOOST_HAS_PRAGMA_ONCE) -#pragma once -#endif - -#include <boost/functional/hash/hash_fwd.hpp> +#include <boost/container_hash/hash_fwd.hpp> |