diff options
author | Michael Vogt <mvo@debian.org> | 2015-08-17 12:01:45 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2015-08-17 12:01:45 +0200 |
commit | 88a8975f156e452d9f3ebe76822b236e8962ebba (patch) | |
tree | f8a3b8d60e8d7bf8a8718aa044e66f0b852cc933 /apt-pkg/edsp/edspindexfile.cc | |
parent | 44d9e9f91b6e87717844a7ec562bd38886a57aa6 (diff) |
Cleanup includes after running iwyu
Diffstat (limited to 'apt-pkg/edsp/edspindexfile.cc')
-rw-r--r-- | apt-pkg/edsp/edspindexfile.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apt-pkg/edsp/edspindexfile.cc b/apt-pkg/edsp/edspindexfile.cc index a8a528131..409117c5e 100644 --- a/apt-pkg/edsp/edspindexfile.cc +++ b/apt-pkg/edsp/edspindexfile.cc @@ -12,13 +12,8 @@ #include <apt-pkg/edsplistparser.h> #include <apt-pkg/error.h> #include <apt-pkg/fileutl.h> -#include <apt-pkg/progress.h> -#include <apt-pkg/debindexfile.h> #include <apt-pkg/indexfile.h> -#include <apt-pkg/mmap.h> #include <apt-pkg/pkgcache.h> -#include <apt-pkg/cacheiterators.h> -#include <apt-pkg/pkgcachegen.h> #include <apt-pkg/pkgrecords.h> #include <stddef.h> |