From: emil_at_[hidden]
Date: 2008-09-02 17:25:47


Author: emildotchevski
Date: 2008-09-02 17:25:47 EDT (Tue, 02 Sep 2008)
New Revision: 48546
URL: http://svn.boost.org/trac/boost/changeset/48546

Log:
minor change in boost/exception.hpp
Text files modified:
   trunk/boost/exception.hpp | 1 -
   1 files changed, 0 insertions(+), 1 deletions(-)

Modified: trunk/boost/exception.hpp
==============================================================================
--- trunk/boost/exception.hpp (original)
+++ trunk/boost/exception.hpp 2008-09-02 17:25:47 EDT (Tue, 02 Sep 2008)
@@ -13,6 +13,5 @@
 #include <boost/exception/info.hpp>
 #include <boost/exception/info_tuple.hpp>
 #include <boost/exception_ptr.hpp>
-#include <boost/throw_exception.hpp>
 
 #endif