]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/clean.h
Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscalls
[apt.git] / apt-pkg / clean.h
index ad4049e839e67cef1624d2ca60a9cde290d4998c..930d54a7ff3021e4464b7982d201278bed6fbe7b 100644 (file)
 #ifndef APTPKG_CLEAN_H
 #define APTPKG_CLEAN_H
 
 #ifndef APTPKG_CLEAN_H
 #define APTPKG_CLEAN_H
 
-
+#ifndef APT_10_CLEANER_HEADERS
 #include <apt-pkg/pkgcache.h>
 #include <apt-pkg/pkgcache.h>
+#endif
+
+#include <string>
+
+class pkgCache;
 
 class pkgArchiveCleaner
 {
 
 class pkgArchiveCleaner
 {