diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-01-07 21:21:35 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-01-14 13:10:36 +0100 |
commit | 8c1a37e12790a23f3b132899485e011f9134b483 (patch) | |
tree | b794739c375d7c984c4190be44b9ed678e9bf0da /apt-pkg/contrib | |
parent | 5872a2e7dd308e49a063a20da1beb40a32d1e9b2 (diff) |
Remove includes of (md5|sha1|sha2).h headers
Remove it everywhere, except where it is still needed.
Diffstat (limited to 'apt-pkg/contrib')
-rw-r--r-- | apt-pkg/contrib/sha256.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/contrib/sha256.h b/apt-pkg/contrib/sha256.h index 15146c948..93b2bc09e 100644 --- a/apt-pkg/contrib/sha256.h +++ b/apt-pkg/contrib/sha256.h @@ -1,7 +1,6 @@ #ifndef APTPKG_SHA256_H #define APTPKG_SHA256_H -#include "sha2.h" #warning "This header is deprecated, please include sha2.h instead" |