aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-25 16:52:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-25 16:52:35 +0200
commit92349548ad2c2381d66ea2fc501b5466fed9789c (patch)
tree86c8666797847674d881f634a4b82cfd55de8dd8 /odb/sqlite/result.hxx
parentacee0bb337fe1895a4d06166effccfbade095a1c (diff)
Use forward-declared query class in result interface
Diffstat (limited to 'odb/sqlite/result.hxx')
-rw-r--r--odb/sqlite/result.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/sqlite/result.hxx b/odb/sqlite/result.hxx
index 187589e..c49ddf1 100644
--- a/odb/sqlite/result.hxx
+++ b/odb/sqlite/result.hxx
@@ -13,8 +13,7 @@
#include <odb/result.hxx>
#include <odb/sqlite/version.hxx>
-#include <odb/sqlite/forward.hxx>
-#include <odb/sqlite/query.hxx>
+#include <odb/sqlite/forward.hxx> // query, query_params
#include <odb/sqlite/statement.hxx>
#include <odb/details/shared-ptr.hxx>