From 56ad0763907c912fb9c4de04f98c230126b2b180 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Wed, 24 Oct 2007 23:29:54 +0000 Subject: [PATCH] fix remaining includes [SVN r40442] --- include/boost/fusion/support/deduce_sequence.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/fusion/support/deduce_sequence.hpp b/include/boost/fusion/support/deduce_sequence.hpp index eaf19afa..77631b79 100644 --- a/include/boost/fusion/support/deduce_sequence.hpp +++ b/include/boost/fusion/support/deduce_sequence.hpp @@ -1,7 +1,7 @@ /*============================================================================= Copyright (c) 2007 Tobias Schwinger - - Use modification and distribution are subject to the Boost Software + + Use modification and distribution are subject to 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). ==============================================================================*/ @@ -10,8 +10,8 @@ #define BOOST_FUSION_SUPPORT_DEDUCE_SEQUENCE_HPP_INCLUDED #include -#include -#include +#include +#include namespace boost { namespace fusion { namespace traits