$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r68618 - sandbox/SOC/2010/phoenix3/boost/phoenix/core
From: thom.heller_at_[hidden]
Date: 2011-02-03 03:09:53
Author: theller
Date: 2011-02-03 03:09:45 EST (Thu, 03 Feb 2011)
New Revision: 68618
URL: http://svn.boost.org/trac/boost/changeset/68618
Log:
minor include changes
Text files modified: 
   sandbox/SOC/2010/phoenix3/boost/phoenix/core/environment.hpp |     1 -                                       
   sandbox/SOC/2010/phoenix3/boost/phoenix/core/terminal.hpp    |     1 +                                       
   2 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2010/phoenix3/boost/phoenix/core/environment.hpp
==============================================================================
--- sandbox/SOC/2010/phoenix3/boost/phoenix/core/environment.hpp	(original)
+++ sandbox/SOC/2010/phoenix3/boost/phoenix/core/environment.hpp	2011-02-03 03:09:45 EST (Thu, 03 Feb 2011)
@@ -12,7 +12,6 @@
 #include <boost/fusion/sequence/intrinsic/at.hpp>
 #include <boost/fusion/support/is_sequence.hpp>
 #include <boost/proto/transform/impl.hpp>
-#include <boost/proto/functional/fusion/at.hpp>
 #include <boost/utility/enable_if.hpp>
 #include <boost/utility/result_of.hpp>
 
Modified: sandbox/SOC/2010/phoenix3/boost/phoenix/core/terminal.hpp
==============================================================================
--- sandbox/SOC/2010/phoenix3/boost/phoenix/core/terminal.hpp	(original)
+++ sandbox/SOC/2010/phoenix3/boost/phoenix/core/terminal.hpp	2011-02-03 03:09:45 EST (Thu, 03 Feb 2011)
@@ -12,6 +12,7 @@
 #include <boost/is_placeholder.hpp>
 #include <boost/phoenix/core/meta_grammar.hpp>
 #include <boost/proto/transform/lazy.hpp>
+#include <boost/proto/functional/fusion/at.hpp>
 
 namespace boost { namespace phoenix
 {