From 6c3f38c45dabf3bc4c1c6f9b116f61a26a318475 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sun, 31 Aug 2008 02:04:34 +0000 Subject: [PATCH] removed #include [SVN r48484] --- include/boost/exception/enable_error_info.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/exception/enable_error_info.hpp b/include/boost/exception/enable_error_info.hpp index 8029313..586a2d4 100644 --- a/include/boost/exception/enable_error_info.hpp +++ b/include/boost/exception/enable_error_info.hpp @@ -7,7 +7,6 @@ #define UUID_0C5D492E909711DCB658AD4556D89593 #include -#include namespace boost @@ -38,7 +37,7 @@ boost struct small_size { }; small_size dispatch( void * ); - template + template struct enable_error_info_helper; template