From cd12e322bdd7fb6f1643f5a147b82063b4bb0587 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 22 Jul 2009 20:55:50 +0000 Subject: [PATCH] Merging in changes trunk updates: adding standard error_info typedefs, updating the documentation. [SVN r55094] --- include/boost/exception.hpp | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/include/boost/exception.hpp b/include/boost/exception.hpp index b4716a0..ff31565 100644 --- a/include/boost/exception.hpp +++ b/include/boost/exception.hpp @@ -6,14 +6,8 @@ #ifndef UUID_1D94A7C6054E11DB9804B622A1EF5492 #define UUID_1D94A7C6054E11DB9804B622A1EF5492 -#include -#include -#include -#include -#include -#include -#ifndef BOOST_NO_EXCEPTIONS -#include -#endif +//The header has been deprecated. +//Please #include instead. +#include #endif