]> git.saurik.com Git - apt.git/blobdiff - methods/http.h
cleanup headers and especially #includes everywhere
[apt.git] / methods / http.h
index 450a42eedaeed130f230a21124b7348c4aad3aea..5406ce4a7f438f9cd74b148f7d30de03826cd588 100644 (file)
 #define APT_HTTP_H
 
 #include <apt-pkg/strutl.h>
+#include <apt-pkg/acquire-method.h>
 
 #include <string>
+#include <sys/time.h>
+#include <iostream>
 
 #include "server.h"
 
 using std::cout;
 using std::endl;
 
+class FileFd;
 class HttpMethod;
 class Hashes;