|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62948 - sandbox/SOC/2010/bit_masks/boost/integer/details
From: bbartmanboost_at_[hidden]
Date: 2010-06-14 14:54:51
Author: bbartman
Date: 2010-06-14 14:54:50 EDT (Mon, 14 Jun 2010)
New Revision: 62948
URL: http://svn.boost.org/trac/boost/changeset/62948
Log:
clean up header file includes
Text files modified:
sandbox/SOC/2010/bit_masks/boost/integer/details/arbitrary_twos_complement.hpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/boost/integer/details/arbitrary_twos_complement.hpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/boost/integer/details/arbitrary_twos_complement.hpp (original)
+++ sandbox/SOC/2010/bit_masks/boost/integer/details/arbitrary_twos_complement.hpp 2010-06-14 14:54:50 EDT (Mon, 14 Jun 2010)
@@ -8,13 +8,12 @@
#include <boost/static_assert.hpp>
#include <boost/integer/bits_mask.hpp>
-#include <boost/cstdint.hpp>
#include <boost/type_traits.hpp>
#include <boost/mpl/not.hpp>
// std includes.
#include <cstddef>
-#include <stdexcept>
+
namespace boost { namespace details {
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