summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-worker.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2015-08-17 12:01:45 +0200
committerMichael Vogt <mvo@debian.org>2015-08-17 12:01:45 +0200
commit88a8975f156e452d9f3ebe76822b236e8962ebba (patch)
treef8a3b8d60e8d7bf8a8718aa044e66f0b852cc933 /apt-pkg/acquire-worker.cc
parent44d9e9f91b6e87717844a7ec562bd38886a57aa6 (diff)
Cleanup includes after running iwyu
Diffstat (limited to 'apt-pkg/acquire-worker.cc')
-rw-r--r--apt-pkg/acquire-worker.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/apt-pkg/acquire-worker.cc b/apt-pkg/acquire-worker.cc
index e9ef4e9ac..0f1a162a3 100644
--- a/apt-pkg/acquire-worker.cc
+++ b/apt-pkg/acquire-worker.cc
@@ -26,7 +26,6 @@
#include <string>
#include <vector>
#include <iostream>
-#include <sstream>
#include <sys/stat.h>
#include <stdlib.h>
@@ -34,9 +33,6 @@
#include <signal.h>
#include <stdio.h>
#include <errno.h>
-#include <sys/types.h>
-#include <pwd.h>
-#include <grp.h>
#include <apti18n.h>
/*}}}*/