From 098460199c35218979e207a1709111e477ab9567 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Oct 2015 09:13:37 +0200 Subject: build command genesis, some re-factoring --- bpkg/database | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/database') diff --git a/bpkg/database b/bpkg/database index 7ff3129..d1419d4 100644 --- a/bpkg/database +++ b/bpkg/database @@ -8,10 +8,10 @@ #include // forward() #include // remove_reference +#include #include #include -#include #include #include @@ -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; -- cgit v1.1