aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package.cxx')
-rw-r--r--bpkg/package.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/package.cxx b/bpkg/package.cxx
index 37ed214..1c98f42 100644
--- a/bpkg/package.cxx
+++ b/bpkg/package.cxx
@@ -2,10 +2,10 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <bpkg/package>
-#include <bpkg/package-odb>
+#include <bpkg/package.hxx>
+#include <bpkg/package-odb.hxx>
-#include <bpkg/database>
+#include <bpkg/database.hxx>
using namespace std;