Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62356 - sandbox/SOC/2010/bit_masks/boost/integer
From: bbartmanboost_at_[hidden]
Date: 2010-05-31 16:06:28


Author: bbartman
Date: 2010-05-31 16:06:28 EDT (Mon, 31 May 2010)
New Revision: 62356
URL: http://svn.boost.org/trac/boost/changeset/62356

Log:
removing additional includes which are no longer needed
Text files modified:
   sandbox/SOC/2010/bit_masks/boost/integer/bit_mask_group.hpp | 4 +---
   1 files changed, 1 insertions(+), 3 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/boost/integer/bit_mask_group.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/bit_mask_group.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/bit_mask_group.hpp 2010-05-31 16:06:28 EDT (Mon, 31 May 2010)
@@ -11,12 +11,10 @@
 #include <boost/integer/compound_mask.hpp>
 #include <boost/mpl/vector.hpp>
 #include <boost/mpl/map.hpp>
-#include <boost/mpl/if.hpp>
 #include <boost/mpl/insert.hpp>
 #include <boost/mpl/push_back.hpp>
-#include <boost/mpl/aux_/at_impl.hpp>
 #include <boost/mpl/at.hpp>
-#include <boost/mpl/apply.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