]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgsystem.h
load the dpkg base arguments only one time and reuse them later
[apt.git] / apt-pkg / pkgsystem.h
index 246762e0bf34f60c8aa4f4bd8c12b694522877a7..211fd0d5616a5a2ae632f9ee41ff1bd3b02cf2ce 100644 (file)
 #ifndef PKGLIB_PKGSYSTEM_H
 #define PKGLIB_PKGSYSTEM_H
 
+#include <apt-pkg/pkgcache.h>
 
-#include <apt-pkg/depcache.h>
 #include <vector>
-    
+
+class pkgDepCache;
 class pkgPackageManager;
 class pkgVersioningSystem;
 class Configuration;
 class pkgIndexFile;
+class PkgFileIterator;
 
 class pkgSystem
 {