]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/hashes.h
cleanup headers and especially #includes everywhere
[apt.git] / apt-pkg / contrib / hashes.h
index 636cad257dbb31468eb0e4b0ed1f24c596b6d7ef..979ee1eb88a11aa533350db20cbf64e6a4f72c3e 100644 (file)
 #include <apt-pkg/md5.h>
 #include <apt-pkg/sha1.h>
 #include <apt-pkg/sha2.h>
-#include <apt-pkg/fileutl.h>
 
-#include <algorithm>
-#include <vector>
 #include <cstring>
-
+#include <string>
 
 #ifndef APT_8_CLEANER_HEADERS
 using std::min;
 using std::vector;
 #endif
+#ifndef APT_10_CLEANER_HEADERS
+#include <apt-pkg/fileutl.h>
+#include <algorithm>
+#include <vector>
+#endif
+
+
+class FileFd;
 
 // helper class that contains hash function name
 // and hash