]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefile.h
- provide a {Package,Version}List similar to {Package,Version}Set
[apt.git] / apt-pkg / cachefile.h
index 243061f0fb24caf5a57acd4e403ed04d5678b92f..b56e4285563729516967c93b72d810f174efb791 100644 (file)
 #ifndef PKGLIB_CACHEFILE_H
 #define PKGLIB_CACHEFILE_H
 
-
 #include <apt-pkg/depcache.h>
-#include <apt-pkg/acquire.h>
-#include <apt-pkg/policy.h>
-#include <apt-pkg/sourcelist.h>
+#include <apt-pkg/macros.h>
+
+class pkgPolicy;
+class pkgSourceList;
+class OpProgress;
 
 class pkgCacheFile
 {