X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/75a90b93257ea81d42331c03b56bd6589c62e065..dabb215cb8c4b074d286737da523d8ef14381468:/apt-pkg/cachefile.h 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 {