]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp.h
first proof-of-concept for a fix for #731738
[apt.git] / apt-pkg / edsp.h
index 743c3f5d1dc52404ed35379a3b91bd7f5985be64..12b06d143098702b9822082bcaaed6fcc100acce 100644 (file)
@@ -9,12 +9,20 @@
 #ifndef PKGLIB_EDSP_H
 #define PKGLIB_EDSP_H
 
-#include <apt-pkg/depcache.h>
+#include <apt-pkg/pkgcache.h>
 #include <apt-pkg/cacheset.h>
-#include <apt-pkg/progress.h>
 
+#include <list>
 #include <string>
 
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/depcache.h>
+#include <apt-pkg/progress.h>
+#endif
+
+class pkgDepCache;
+class OpProgress;
+
 class EDSP                                                             /*{{{*/
 {
        // we could use pkgCache::DepType and ::Priority, but these would be localized stringsā€¦