From 1896d36996ab48ed7271e855d7e32b4e61f64896 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Apr 2012 16:48:00 +0200 Subject: Polymorphic inheritance support --- odb/result.hxx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'odb/result.hxx') diff --git a/odb/result.hxx b/odb/result.hxx index 14f8c72..29c03df 100644 --- a/odb/result.hxx +++ b/odb/result.hxx @@ -9,7 +9,7 @@ #include // std::ptrdiff_t, std::size_t -#include // result +#include #include namespace odb @@ -190,10 +190,3 @@ namespace odb #include #endif // ODB_RESULT_HXX - -// Include result specializations so that the user code only needs -// to include this header. -// - -#include -#include -- cgit v1.1