projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add gnupg and gnupg2 as test-dependency
[apt.git]
/
apt-pkg
/
deb
/
debsystem.h
diff --git
a/apt-pkg/deb/debsystem.h
b/apt-pkg/deb/debsystem.h
index 23215525675761dbdb81552bb276e34efb374786..a945f68fbaaeb93bb212e742783ae4482e4ff369 100644
(file)
--- a/
apt-pkg/deb/debsystem.h
+++ b/
apt-pkg/deb/debsystem.h
@@
-11,10
+11,20
@@
#define PKGLIB_DEBSYSTEM_H
#include <apt-pkg/pkgsystem.h>
#define PKGLIB_DEBSYSTEM_H
#include <apt-pkg/pkgsystem.h>
+#include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
+#include <vector>
+class Configuration;
+class pkgIndexFile;
+class pkgPackageManager;
class debSystemPrivate;
class debSystemPrivate;
+class pkgDepCache;
+#ifndef APT_10_CLEANER_HEADERS
class debStatusIndex;
class debStatusIndex;
+#endif
+
class debSystem : public pkgSystem
{
// private d-pointer
class debSystem : public pkgSystem
{
// private d-pointer