aboutsummaryrefslogtreecommitdiff
path: root/bpkg/auth.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-06-09 08:57:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-06-10 07:15:52 +0200
commit843627b2d3f801a7e9e45af0cc2cd4654077fac8 (patch)
tree5c588297539bc0b41997c2490cbc0b5173b7a8e4 /bpkg/auth.cxx
parent450d6159206501dd69c3e8877ad37eeb3cd15049 (diff)
Add butl::sha256 to types.hxx
Diffstat (limited to 'bpkg/auth.cxx')
-rw-r--r--bpkg/auth.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx
index 85cf5fa..663054d 100644
--- a/bpkg/auth.cxx
+++ b/bpkg/auth.cxx
@@ -7,7 +7,6 @@
#include <limits> // numeric_limits
#include <iterator> // ostreambuf_iterator
-#include <libbutl/sha256.hxx>
#include <libbutl/base64.hxx>
#include <libbutl/openssl.hxx>
#include <libbutl/timestamp.hxx>