From 5be3004e6cc520d35121b9c3f1362c71cf610a96 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 8 Jul 2009 23:44:28 +0000 Subject: [PATCH] Added commonly used error_info typedefs. Added boost/exception/all.hpp. Removed tabs from source files. [SVN r54825] --- include/boost/exception.hpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/include/boost/exception.hpp b/include/boost/exception.hpp index b4716a0..15ed0c9 100644 --- a/include/boost/exception.hpp +++ b/include/boost/exception.hpp @@ -6,14 +6,6 @@ #ifndef UUID_1D94A7C6054E11DB9804B622A1EF5492 #define UUID_1D94A7C6054E11DB9804B622A1EF5492 -#include -#include -#include -#include -#include -#include -#ifndef BOOST_NO_EXCEPTIONS -#include -#endif +#include #endif