aboutsummaryrefslogtreecommitdiff
path: root/bpkg/database.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/database.cxx')
-rw-r--r--bpkg/database.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/database.cxx b/bpkg/database.cxx
index 4b5aad9..a590eca 100644
--- a/bpkg/database.cxx
+++ b/bpkg/database.cxx
@@ -2,15 +2,15 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <bpkg/database>
+#include <bpkg/database.hxx>
#include <odb/schema-catalog.hxx>
#include <odb/sqlite/exceptions.hxx>
-#include <bpkg/package>
-#include <bpkg/package-odb>
-#include <bpkg/diagnostics>
-#include <bpkg/system-repository>
+#include <bpkg/package.hxx>
+#include <bpkg/package-odb.hxx>
+#include <bpkg/diagnostics.hxx>
+#include <bpkg/system-repository.hxx>
using namespace std;