]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edsplistparser.h
rename AuthDone() -> CheckAuthDone()
[apt.git] / apt-pkg / edsp / edsplistparser.h
index 3e196cb9a3adf4be9af983290b7518cfc4be9597..959fb587fd946c4a5f02dfc5ea9b0bb4e2464ac3 100644 (file)
 #define PKGLIB_EDSPLISTPARSER_H
 
 #include <apt-pkg/deblistparser.h>
+#include <apt-pkg/md5.h>
+#include <apt-pkg/pkgcache.h>
+
+#include <string>
+
+#ifndef APT_8_CLEANER_HEADERS
 #include <apt-pkg/pkgcachegen.h>
 #include <apt-pkg/indexfile.h>
 #include <apt-pkg/tagfile.h>
+#endif
+
+class FileFd;
 
 class edspListParser : public debListParser
 {