]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsystem.h
cleanup headers and especially #includes everywhere
[apt.git] / apt-pkg / deb / debsystem.h
index 85512351639ecfaa4c10e50feca364c149416715..a945f68fbaaeb93bb212e742783ae4482e4ff369 100644 (file)
 
 #include <apt-pkg/pkgsystem.h>
 #include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
 
+#include <vector>
+class Configuration;
+class pkgIndexFile;
+class pkgPackageManager;
 class debSystemPrivate;
-class debStatusIndex;
 class pkgDepCache;
 
+#ifndef APT_10_CLEANER_HEADERS
+class debStatusIndex;
+#endif
+
 class debSystem : public pkgSystem
 {
    // private d-pointer