aboutsummaryrefslogtreecommitdiff
path: root/bpkg/auth.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/auth.cxx')
-rw-r--r--bpkg/auth.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx
index bafc321..7cba934 100644
--- a/bpkg/auth.cxx
+++ b/bpkg/auth.cxx
@@ -2,7 +2,7 @@
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <bpkg/auth>
+#include <bpkg/auth.hxx>
#include <ratio>
#include <limits> // numeric_limits
@@ -15,11 +15,11 @@
#include <butl/fdstream>
#include <butl/filesystem>
-#include <bpkg/openssl>
-#include <bpkg/package>
-#include <bpkg/package-odb>
-#include <bpkg/database>
-#include <bpkg/diagnostics>
+#include <bpkg/openssl.hxx>
+#include <bpkg/package.hxx>
+#include <bpkg/package-odb.hxx>
+#include <bpkg/database.hxx>
+#include <bpkg/diagnostics.hxx>
using namespace std;
using namespace butl;