]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.h
fix foldmarker in algorithms.h
[apt.git] / apt-pkg / depcache.h
index 5798f0362770afdf46dcf6e117b842b4b5fec145..f6e6c0afc5aa9ebccffc1b74d293dd3ef0d7e322 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>
+
+class OpProgress;
 
 class pkgDepCache : protected pkgCache::Namespace
 {