]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.h
fix the operator++ implementations in the cachesets
[apt.git] / apt-pkg / sourcelist.h
index 7b473ee64b453187a4f72a91267bfb5f586b7451..4509e54b9bbc7afde6e6a0c2c0e79e3c437fd99f 100644 (file)
 #include <vector>
 #include <map>
 #include <apt-pkg/pkgcache.h>
-#include <apt-pkg/metaindex.h>
 
 using std::string;
 using std::vector;
     
 
-class pkgAquire;
+class pkgAcquire;
+class pkgIndexFile;
+class metaIndex;
+
 class pkgSourceList
 {
    public: