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/acquire.cc | |
parent | 44d9e9f91b6e87717844a7ec562bd38886a57aa6 (diff) |
Cleanup includes after running iwyu
Diffstat (limited to 'apt-pkg/acquire.cc')
-rw-r--r-- | apt-pkg/acquire.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/acquire.cc b/apt-pkg/acquire.cc index 5fd378096..2b870cf69 100644 --- a/apt-pkg/acquire.cc +++ b/apt-pkg/acquire.cc @@ -27,8 +27,6 @@ #include <string> #include <vector> #include <iostream> -#include <sstream> -#include <iomanip> #include <stdio.h> #include <stdlib.h> @@ -41,7 +39,6 @@ #include <sys/select.h> #include <errno.h> #include <sys/stat.h> -#include <sys/types.h> #include <apti18n.h> /*}}}*/ |