From d45e3986f3d8706ee19da7a8b3283cd3a9af1983 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 27 Jan 2018 11:47:09 +0000 Subject: [PATCH] Remove forwarding headers in container_hash --- include/boost/container_hash/hash.hpp | 7 ------- include/boost/container_hash/hash_fwd.hpp | 11 ----------- 2 files changed, 18 deletions(-) delete mode 100644 include/boost/container_hash/hash.hpp delete mode 100644 include/boost/container_hash/hash_fwd.hpp diff --git a/include/boost/container_hash/hash.hpp b/include/boost/container_hash/hash.hpp deleted file mode 100644 index 4a06833..0000000 --- a/include/boost/container_hash/hash.hpp +++ /dev/null @@ -1,7 +0,0 @@ - -// Copyright 2005-2009 Daniel James. -// 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 - diff --git a/include/boost/container_hash/hash_fwd.hpp b/include/boost/container_hash/hash_fwd.hpp deleted file mode 100644 index 5ff4801..0000000 --- a/include/boost/container_hash/hash_fwd.hpp +++ /dev/null @@ -1,11 +0,0 @@ - -// Copyright 2005-2009 Daniel James. -// 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 -#if defined(BOOST_HAS_PRAGMA_ONCE) -#pragma once -#endif - -#include