Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67470 - trunk/libs/proto/example
From: eric_at_[hidden]
Date: 2010-12-27 16:00:03


Author: eric_niebler
Date: 2010-12-27 15:59:53 EST (Mon, 27 Dec 2010)
New Revision: 67470
URL: http://svn.boost.org/trac/boost/changeset/67470

Log:
remove unneeded headers
Text files modified:
   trunk/libs/proto/example/calc1.cpp | 2 --
   trunk/libs/proto/example/calc2.cpp | 2 --
   2 files changed, 0 insertions(+), 4 deletions(-)

Modified: trunk/libs/proto/example/calc1.cpp
==============================================================================
--- trunk/libs/proto/example/calc1.cpp (original)
+++ trunk/libs/proto/example/calc1.cpp 2010-12-27 15:59:53 EST (Mon, 27 Dec 2010)
@@ -7,10 +7,8 @@
 // evaluator with placeholders.
 
 #include <iostream>
-#include <boost/mpl/int.hpp>
 #include <boost/proto/core.hpp>
 #include <boost/proto/context.hpp>
-namespace mpl = boost::mpl;
 namespace proto = boost::proto;
 using proto::_;
 

Modified: trunk/libs/proto/example/calc2.cpp
==============================================================================
--- trunk/libs/proto/example/calc2.cpp (original)
+++ trunk/libs/proto/example/calc2.cpp 2010-12-27 15:59:53 EST (Mon, 27 Dec 2010)
@@ -9,10 +9,8 @@
 // function object
 
 #include <iostream>
-#include <boost/mpl/int.hpp>
 #include <boost/proto/core.hpp>
 #include <boost/proto/context.hpp>
-namespace mpl = boost::mpl;
 namespace proto = boost::proto;
 using proto::_;
 


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