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/indexcopy.h | |
parent | 44d9e9f91b6e87717844a7ec562bd38886a57aa6 (diff) |
Cleanup includes after running iwyu
Diffstat (limited to 'apt-pkg/indexcopy.h')
-rw-r--r-- | apt-pkg/indexcopy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/indexcopy.h b/apt-pkg/indexcopy.h index 316672e1d..d4f04b5b1 100644 --- a/apt-pkg/indexcopy.h +++ b/apt-pkg/indexcopy.h @@ -10,8 +10,10 @@ #define INDEXCOPY_H #include <vector> +#ifndef APT_11_CLEAN_HEADERS #include <string> #include <stdio.h> +#endif #include <apt-pkg/macros.h> |