From 4835310623eaa521d3ea901e0bde3885a6344186 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Mon, 3 Nov 2014 04:55:37 +0900 Subject: [PATCH] Remove unnecessary header, see 5adcb5b --- include/boost/fusion/include/adapt_assoc_class.hpp | 14 -------------- .../fusion/include/adapt_assoc_class_named.hpp | 14 -------------- 2 files changed, 28 deletions(-) delete mode 100644 include/boost/fusion/include/adapt_assoc_class.hpp delete mode 100644 include/boost/fusion/include/adapt_assoc_class_named.hpp diff --git a/include/boost/fusion/include/adapt_assoc_class.hpp b/include/boost/fusion/include/adapt_assoc_class.hpp deleted file mode 100644 index 83d6c4da..00000000 --- a/include/boost/fusion/include/adapt_assoc_class.hpp +++ /dev/null @@ -1,14 +0,0 @@ -/*============================================================================= - Copyright (c) 2010 Christopher Schmidt - - 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) -==============================================================================*/ - -#ifndef BOOST_FUSION_INCLUDE_ADAPT_ASSOC_CLASS_HPP -#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_CLASS_HPP - -#include -#include - -#endif diff --git a/include/boost/fusion/include/adapt_assoc_class_named.hpp b/include/boost/fusion/include/adapt_assoc_class_named.hpp deleted file mode 100644 index 3c04183d..00000000 --- a/include/boost/fusion/include/adapt_assoc_class_named.hpp +++ /dev/null @@ -1,14 +0,0 @@ -/*============================================================================= - Copyright (c) 2010 Christopher Schmidt - - 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) -==============================================================================*/ - -#ifndef BOOST_FUSION_INCLUDE_ADAPT_ASSOC_CLASS_NAMED_HPP -#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_CLASS_NAMED_HPP - -#include -#include - -#endif