aboutsummaryrefslogtreecommitdiff
path: root/bpkg/database
diff options
context:
space:
mode:
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;