aboutsummaryrefslogtreecommitdiff
path: root/bpkg/auth.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:15:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-28 21:15:14 +0300
commited3452457b33bb7a4b2f0abb3ae1fc53f826bc9e (patch)
treec17b806ed00b487d511764d8dfad307e0cde00a7 /bpkg/auth.cxx
parent9f162f1c93009f3a8139c4b3e72d6bbd0c1c4dce (diff)
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'bpkg/auth.cxx')
-rw-r--r--bpkg/auth.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx
index ca187ed..93c88f5 100644
--- a/bpkg/auth.cxx
+++ b/bpkg/auth.cxx
@@ -7,11 +7,11 @@
#include <limits> // numeric_limits
#include <iterator> // ostreambuf_iterator
-#include <libbutl/sha256.mxx>
-#include <libbutl/base64.mxx>
-#include <libbutl/openssl.mxx>
-#include <libbutl/timestamp.mxx>
-#include <libbutl/filesystem.mxx>
+#include <libbutl/sha256.hxx>
+#include <libbutl/base64.hxx>
+#include <libbutl/openssl.hxx>
+#include <libbutl/timestamp.hxx>
+#include <libbutl/filesystem.hxx>
#include <bpkg/package.hxx>
#include <bpkg/package-odb.hxx>