aboutsummaryrefslogtreecommitdiff
path: root/bpkg/auth.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-11-10 22:43:09 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-11-13 13:29:05 +0300
commite59343b3267e82aff33a8f73ab82b51345913c06 (patch)
treeea4a76855089af619fdeb542d94824537337d7cc /bpkg/auth.cxx
parent85eff0e9f81a3eeccc67e534f43be7e9f2e75521 (diff)
Add support for vars grouping for package commands
Diffstat (limited to 'bpkg/auth.cxx')
-rw-r--r--bpkg/auth.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx
index 787a705..7cdf39e 100644
--- a/bpkg/auth.cxx
+++ b/bpkg/auth.cxx
@@ -5,9 +5,8 @@
#include <bpkg/auth.hxx>
#include <ratio>
-#include <limits> // numeric_limits
-#include <cstring> // strlen(), strcmp()
-#include <iterator> // ostreambuf_iterator
+#include <limits> // numeric_limits
+#include <iterator> // ostreambuf_iterator
#include <libbutl/sha256.mxx>
#include <libbutl/base64.mxx>