projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Promote xz-utils from apt Suggests to libapt-pkg Depends
[apt.git]
/
apt-pkg
/
contrib
/
sha1.h
diff --git
a/apt-pkg/contrib/sha1.h
b/apt-pkg/contrib/sha1.h
index 916faec1bca5cd9e5d3b9adf968ae0a62e44becf..a8d55eb13d5a77e5f2e5fd0313ae48be29bab47d 100644
(file)
--- a/
apt-pkg/contrib/sha1.h
+++ b/
apt-pkg/contrib/sha1.h
@@
-18,10
+18,12
@@
#include <cstring>
#include <algorithm>
+#include "hashsum_template.h"
+
+#ifndef APT_8_CLEANER_HEADERS
using std::string;
using std::min;
-
-#include "hashsum_template.h"
+#endif
typedef HashSumValue<160> SHA1SumValue;