Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52882 - sandbox/msm/boost/msm
From: christophe.j.henry_at_[hidden]
Date: 2009-05-10 16:26:56


Author: chenry
Date: 2009-05-10 16:26:55 EDT (Sun, 10 May 2009)
New Revision: 52882
URL: http://svn.boost.org/trac/boost/changeset/52882

Log:
made headers well-behaved
Text files modified:
   sandbox/msm/boost/msm/metafunctions.hpp | 10 ++++++++++
   sandbox/msm/boost/msm/state_machine.hpp | 1 -
   2 files changed, 10 insertions(+), 1 deletions(-)

Modified: sandbox/msm/boost/msm/metafunctions.hpp
==============================================================================
--- sandbox/msm/boost/msm/metafunctions.hpp (original)
+++ sandbox/msm/boost/msm/metafunctions.hpp 2009-05-10 16:26:55 EDT (Sun, 10 May 2009)
@@ -23,8 +23,18 @@
 #include <boost/mpl/count_if.hpp>
 #include <boost/mpl/and.hpp>
 #include <boost/mpl/not.hpp>
+#include <boost/mpl/insert.hpp>
+#include <boost/mpl/is_sequence.hpp>
+#include <boost/mpl/vector.hpp>
+#include <boost/mpl/transform.hpp>
+#include <boost/mpl/find.hpp>
+#include <boost/mpl/insert.hpp>
+#include <boost/mpl/insert_range.hpp>
 
 #include <boost/type_traits/is_same.hpp>
+#include <boost/utility/enable_if.hpp>
+
+#include <boost/msm/common_types.hpp>
 
 namespace mpl = boost::mpl;
 BOOST_MPL_HAS_XXX_TRAIT_DEF(explicit_creation)

Modified: sandbox/msm/boost/msm/state_machine.hpp
==============================================================================
--- sandbox/msm/boost/msm/state_machine.hpp (original)
+++ sandbox/msm/boost/msm/state_machine.hpp 2009-05-10 16:26:55 EDT (Sun, 10 May 2009)
@@ -22,7 +22,6 @@
 #include <boost/mpl/vector.hpp>
 #include <boost/mpl/size.hpp>
 #include <boost/mpl/contains.hpp>
-#include <boost/mpl/insert.hpp>
 #include <boost/mpl/insert_range.hpp>
 #include <boost/mpl/for_each.hpp>
 #include <boost/mpl/front.hpp>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk