aboutsummaryrefslogtreecommitdiff
path: root/bpkg/auth.cxx
diff options
context:
space:
mode:
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 7cba934..b60e998 100644
--- a/bpkg/auth.cxx
+++ b/bpkg/auth.cxx
@@ -9,11 +9,11 @@
#include <cstring> // strlen(), strcmp()
#include <iterator> // ostreambuf_iterator, istreambuf_iterator
-#include <butl/sha256>
-#include <butl/base64>
-#include <butl/process>
-#include <butl/fdstream>
-#include <butl/filesystem>
+#include <libbutl/sha256.hxx>
+#include <libbutl/base64.hxx>
+#include <libbutl/process.hxx>
+#include <libbutl/fdstream.hxx>
+#include <libbutl/filesystem.hxx>
#include <bpkg/openssl.hxx>
#include <bpkg/package.hxx>