aboutsummaryrefslogtreecommitdiff
path: root/bpkg/database
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-10-01 09:13:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-10-01 09:13:37 +0200
commit098460199c35218979e207a1709111e477ab9567 (patch)
tree55765e91a517759bf28672abeda96102f2f511c4 /bpkg/database
parent42bbdd0e7f0d78b622697bf4d4543c1aead22ae8 (diff)
build command genesis, some re-factoring
Diffstat (limited to 'bpkg/database')
-rw-r--r--bpkg/database4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/database b/bpkg/database
index 7ff3129..d1419d4 100644
--- a/bpkg/database
+++ b/bpkg/database
@@ -8,10 +8,10 @@
#include <utility> // forward()
#include <type_traits> // remove_reference
+#include <odb/query.hxx>
#include <odb/result.hxx>
#include <odb/session.hxx>
-#include <odb/sqlite/query.hxx>
#include <odb/sqlite/database.hxx>
#include <bpkg/types>
@@ -19,10 +19,10 @@
namespace bpkg
{
+ using odb::query;
using odb::result;
using odb::session;
- using odb::sqlite::query;
using odb::sqlite::database;
using odb::sqlite::transaction;