aboutsummaryrefslogtreecommitdiff
path: root/bpkg/auth.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:35:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:35:31 +0300
commit1e69164d90f9882b2b90716346b363c25d1fd652 (patch)
tree450ada1123facfd81e35fbfb51c84fed12970d6a /bpkg/auth.cxx
parent062465f032fbbefd33a2f228e876ca791fafa83f (diff)
Adapt to modularization of libbutl
Diffstat (limited to 'bpkg/auth.cxx')
-rw-r--r--bpkg/auth.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx
index 5d9a638..dc4aba8 100644
--- a/bpkg/auth.cxx
+++ b/bpkg/auth.cxx
@@ -9,13 +9,13 @@
#include <cstring> // strlen(), strcmp()
#include <iterator> // ostreambuf_iterator
-#include <libbutl/sha256.hxx>
-#include <libbutl/base64.hxx>
-#include <libbutl/process.hxx>
-#include <libbutl/openssl.hxx>
-#include <libbutl/fdstream.hxx>
-#include <libbutl/timestamp.hxx>
-#include <libbutl/filesystem.hxx>
+#include <libbutl/sha256.mxx>
+#include <libbutl/base64.mxx>
+#include <libbutl/process.mxx>
+#include <libbutl/openssl.mxx>
+#include <libbutl/fdstream.mxx>
+#include <libbutl/timestamp.mxx>
+#include <libbutl/filesystem.mxx>
#include <bpkg/package.hxx>
#include <bpkg/package-odb.hxx>