]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp.h
prefer native arch over higher priority for providers
[apt.git] / apt-pkg / edsp.h
index c143094222d0a5972b05d2f64d859fe7c0f98593..12b06d143098702b9822082bcaaed6fcc100acce 100644 (file)
 #define PKGLIB_EDSP_H
 
 #include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheset.h>
 
 #include <list>
 #include <string>
 
-namespace APT {
-       class PackageSet;
-};
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/depcache.h>
+#include <apt-pkg/progress.h>
+#endif
+
 class pkgDepCache;
 class OpProgress;