]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edsplistparser.h
suppoer $(ARCH) in deb822 sources.list as well
[apt.git] / apt-pkg / edsp / edsplistparser.h
index 3e196cb9a3adf4be9af983290b7518cfc4be9597..a7bf9de9590a5270cc46a6c1e4b58035fb7d0046 100644 (file)
 #define PKGLIB_EDSPLISTPARSER_H
 
 #include <apt-pkg/deblistparser.h>
+
+#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
 {