aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:01 +0200
commit851cbe3927b987ec992bbbb69bd62224bf4a0dc3 (patch)
tree278298c656c75b1625e9408a15e81736c35c194e /odb/sqlite/result.hxx
parent7d52205f2b2fc9403b9ea46483e8a17746c6be35 (diff)
Polymorphic inheritance support
Diffstat (limited to 'odb/sqlite/result.hxx')
-rw-r--r--odb/sqlite/result.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/odb/sqlite/result.hxx b/odb/sqlite/result.hxx
index 2d6574f..92c1bb1 100644
--- a/odb/sqlite/result.hxx
+++ b/odb/sqlite/result.hxx
@@ -7,9 +7,6 @@
#include <odb/pre.hxx>
-#include <odb/traits.hxx>
-#include <odb/result.hxx>
-
#include <odb/details/shared-ptr.hxx>
#include <odb/sqlite/version.hxx>
@@ -40,10 +37,3 @@ namespace odb
#include <odb/post.hxx>
#endif // ODB_SQLITE_RESULT_HXX
-
-// Include result specializations so that the user code only needs
-// to include this header.
-//
-
-#include <odb/sqlite/object-result.hxx>
-#include <odb/sqlite/view-result.hxx>