]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edsplistparser.h
Merge branch 'debian/jessie' into debian/experimental
[apt.git] / apt-pkg / edsp / edsplistparser.h
index a7bf9de9590a5270cc46a6c1e4b58035fb7d0046..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>
@@ -21,7 +25,7 @@
 
 class FileFd;
 
-class edspListParser : public debListParser
+class APT_HIDDEN edspListParser : public debListParser
 {
    public:
    virtual bool NewVersion(pkgCache::VerIterator &Ver);