]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.h
merged from donkult
[apt.git] / apt-pkg / depcache.h
index 5798f0362770afdf46dcf6e117b842b4b5fec145..7358048ed55dec79fa3370fcdc1f860031fc7239 100644 (file)
 
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/pkgcache.h>
-#include <apt-pkg/progress.h>
-#include <apt-pkg/error.h>
 
 #include <vector>
 #include <memory>
 #include <set>
+#include <list>
+
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/progress.h>
+#include <apt-pkg/error.h>
+#endif
+
+class OpProgress;
 
 class pkgDepCache : protected pkgCache::Namespace
 {