]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/md5.h
do not pollute namespace in the headers with using (Closes: #500198)
[apt.git] / apt-pkg / contrib / md5.h
index 305cdb20df2018c293b2e705738c58f52e77a7e3..a207da4e4f8d6615379549cf900f1d8ea4cfbe8e 100644 (file)
@@ -29,9 +29,6 @@
 #include <algorithm>
 #include <stdint.h>
 
-using std::string;
-using std::min;
-
 #include "hashsum_template.h"
 
 typedef HashSumValue<128> MD5SumValue;