doc updates + some more header tweaks

[SVN r40831]
This commit is contained in:
Joel de Guzman
2007-11-06 12:05:12 +00:00
parent 41c46501db
commit a8ac3c3413
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/*============================================================================= /*=============================================================================
Copyright (c) 2001-2006 Joel de Guzman Copyright (c) 2001-2006 Joel de Guzman
Distributed under the Boost Software License, Version 1.0. (See accompanying 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) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/ ==============================================================================*/
#if !defined(FUSION_SEQUENCE_CLASS_10022005_0614) #if !defined(FUSION_SEQUENCE_CLASS_10022005_0614)
@ -12,5 +12,6 @@
#include <boost/fusion/container/map.hpp> #include <boost/fusion/container/map.hpp>
#include <boost/fusion/container/set.hpp> #include <boost/fusion/container/set.hpp>
#include <boost/fusion/container/deque.hpp> #include <boost/fusion/container/deque.hpp>
#include <boost/fusion/container/generation.hpp>
#endif #endif

View File

@ -9,7 +9,6 @@
#include <boost/fusion/sequence/sequence_facade.hpp> #include <boost/fusion/sequence/sequence_facade.hpp>
#include <boost/fusion/sequence/comparison.hpp> #include <boost/fusion/sequence/comparison.hpp>
#include <boost/fusion/container/generation.hpp>
#include <boost/fusion/sequence/intrinsic.hpp> #include <boost/fusion/sequence/intrinsic.hpp>
#include <boost/fusion/sequence/io.hpp> #include <boost/fusion/sequence/io.hpp>
#include <boost/fusion/sequence/convert.hpp> #include <boost/fusion/sequence/convert.hpp>