]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp.h
use fileutl exists-functions instead of doing the stat'ing by hand
[apt.git] / apt-pkg / edsp.h
index 743c3f5d1dc52404ed35379a3b91bd7f5985be64..07bbbdd03baad1738b0c9f50d1fed3ee32305530 100644 (file)
@@ -9,12 +9,15 @@
 #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>
 
+class pkgDepCache;
+class OpProgress;
+
 class EDSP                                                             /*{{{*/
 {
        // we could use pkgCache::DepType and ::Priority, but these would be localized stringsā€¦