diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-11-23 11:54:56 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-11-23 11:54:56 +0100 |
commit | 4d45b77bab33b9b7d6328dbc9265b5c0971a875d (patch) | |
tree | f104aed299aa3e97de6dc9b58310e45fd255f512 /apt-pkg/edsp.h | |
parent | 905693203943283b3c2b1dbf32e40a738392302a (diff) | |
parent | 5cbddfa3c7fd1d6be3657bdf2fae39c216fe5eeb (diff) |
merged from debian-experimental
Diffstat (limited to 'apt-pkg/edsp.h')
-rw-r--r-- | apt-pkg/edsp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apt-pkg/edsp.h b/apt-pkg/edsp.h index c14309422..07bbbdd03 100644 --- a/apt-pkg/edsp.h +++ b/apt-pkg/edsp.h @@ -10,13 +10,11 @@ #define PKGLIB_EDSP_H #include <apt-pkg/pkgcache.h> +#include <apt-pkg/cacheset.h> #include <list> #include <string> -namespace APT { - class PackageSet; -}; class pkgDepCache; class OpProgress; |