projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
WIP start randomizing
[apt.git]
/
apt-pkg
/
pkgsystem.h
diff --git
a/apt-pkg/pkgsystem.h
b/apt-pkg/pkgsystem.h
index eb75df412d2e26981eb98435f68c7e06c104910e..6e33c67ed338944bf6a7c328741621c030b440d8 100644
(file)
--- a/
apt-pkg/pkgsystem.h
+++ b/
apt-pkg/pkgsystem.h
@@
-38,6
+38,7
@@
#define PKGLIB_PKGSYSTEM_H
#include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
#include <vector>
@@
-50,7
+51,6
@@
class pkgPackageManager;
class pkgVersioningSystem;
class Configuration;
class pkgIndexFile;
-class PkgFileIterator;
class pkgSystem
{