]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edsplistparser.h
hide first pdiff merge failure debug message
[apt.git] / apt-pkg / edsp / edsplistparser.h
index 3e196cb9a3adf4be9af983290b7518cfc4be9597..86cd77606013f543c08688824c9e1a68b4622a4f 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
+class APT_HIDDEN edspListParser : public debListParser
 {
    public:
    virtual bool NewVersion(pkgCache::VerIterator &Ver);