projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
updating <date> tags and the po files for the manpages
[apt.git]
/
apt-pkg
/
cachefile.h
diff --git
a/apt-pkg/cachefile.h
b/apt-pkg/cachefile.h
index 243061f0fb24caf5a57acd4e403ed04d5678b92f..802b12b619dd8b233a16a2cab0679613e5868c1b 100644
(file)
--- a/
apt-pkg/cachefile.h
+++ b/
apt-pkg/cachefile.h
@@
-17,11
+17,18
@@
#ifndef PKGLIB_CACHEFILE_H
#define PKGLIB_CACHEFILE_H
#ifndef PKGLIB_CACHEFILE_H
#define PKGLIB_CACHEFILE_H
-
#include <apt-pkg/depcache.h>
#include <apt-pkg/depcache.h>
+#include <apt-pkg/macros.h>
+
+#ifndef APT_8_CLEANER_HEADERS
#include <apt-pkg/acquire.h>
#include <apt-pkg/policy.h>
#include <apt-pkg/sourcelist.h>
#include <apt-pkg/acquire.h>
#include <apt-pkg/policy.h>
#include <apt-pkg/sourcelist.h>
+#endif
+
+class pkgPolicy;
+class pkgSourceList;
+class OpProgress;
class pkgCacheFile
{
class pkgCacheFile
{