X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/7be8c02360bdb9bd7f59b087da874f88af2a7206..69c2ecbdc937e3c73fe67d3c9bce12a80d3ec7ec:/apt-pkg/cachefile.h?ds=sidebyside diff --git a/apt-pkg/cachefile.h b/apt-pkg/cachefile.h index 243061f0f..802b12b61 100644 --- a/apt-pkg/cachefile.h +++ b/apt-pkg/cachefile.h @@ -17,11 +17,18 @@ #ifndef PKGLIB_CACHEFILE_H #define PKGLIB_CACHEFILE_H - #include +#include + +#ifndef APT_8_CLEANER_HEADERS #include #include #include +#endif + +class pkgPolicy; +class pkgSourceList; +class OpProgress; class pkgCacheFile {