diff options
author | Michael Vogt <mvo@debian.org> | 2015-08-17 14:29:02 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2015-08-17 14:29:02 +0200 |
commit | ac7f8f7916f16905d8eeb0133bc650d89726d0f4 (patch) | |
tree | 504615abc085d604dc8d15da758f34999387aaea /apt-pkg/edsp.cc | |
parent | 88a8975f156e452d9f3ebe76822b236e8962ebba (diff) |
Fix all the wrong removals of includes that iwyu got wrong
Git-Dch: ignore
Diffstat (limited to 'apt-pkg/edsp.cc')
-rw-r--r-- | apt-pkg/edsp.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apt-pkg/edsp.cc b/apt-pkg/edsp.cc index 83d0d7db6..aea6f3a5d 100644 --- a/apt-pkg/edsp.cc +++ b/apt-pkg/edsp.cc @@ -12,6 +12,11 @@ #include <apt-pkg/depcache.h> #include <apt-pkg/pkgcache.h> #include <apt-pkg/cacheiterators.h> +#include <apt-pkg/progress.h> +#include <apt-pkg/fileutl.h> +#include <apt-pkg/edsp.h> +#include <apt-pkg/tagfile.h> +#include <apt-pkg/strutl.h> #include <ctype.h> #include <stddef.h> |