]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debrecords.h
* merged with mainline
[apt.git] / apt-pkg / deb / debrecords.h
index 24e5aab88761f231ab24622e4d64bae619286137..efef2e5882a01df63b5924ec820a64c001db947a 100644 (file)
@@ -19,7 +19,6 @@
 #endif 
 
 #include <apt-pkg/pkgrecords.h>
-#include <apt-pkg/indexfile.h>
 #include <apt-pkg/tagfile.h>
 
 class debRecordParser : public pkgRecords::Parser
@@ -31,7 +30,6 @@ class debRecordParser : public pkgRecords::Parser
    protected:
    
    virtual bool Jump(pkgCache::VerFileIterator const &Ver);
-   virtual bool Jump(pkgCache::DescFileIterator const &Desc);
    
    public: