]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/md5.h
clear HitEof flag in FileFd::Seek
[apt.git] / apt-pkg / contrib / md5.h
index 195455645ce895db003ae06d11fe8eca8d6aec87..f4992c223027b93416c87e4e13269f99fbadb246 100644 (file)
 #ifndef APTPKG_MD5_H
 #define APTPKG_MD5_H
 
-
-#include <string>
-#include <cstring>
-#include <algorithm>
 #include <stdint.h>
 
 #include "hashsum_template.h"
 
+#ifndef APT_10_CLEANER_HEADERS
+#include <string>
+#include <cstring>
+#include <algorithm>
+#endif
 #ifndef APT_8_CLEANER_HEADERS
 using std::string;
 using std::min;