From def2c2dfaf5374f139b310c4f05b0614cb99359e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Mar 2022 15:04:35 +0200 Subject: Implement dependency configuration negotiation For the detailed history see the dep-config and dep-config-neg branches. --- bpkg/database.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bpkg/database.cxx') diff --git a/bpkg/database.cxx b/bpkg/database.cxx index b0a673e..d96c53b 100644 --- a/bpkg/database.cxx +++ b/bpkg/database.cxx @@ -10,8 +10,6 @@ #include #include -#include - #include #include #include @@ -706,7 +704,7 @@ namespace bpkg // std::string schema; { - butl::sha256 h (d.string ()); + sha256 h (d.string ()); for (size_t n (4);; ++n) { -- cgit v1.1