cleanup headers and especially #includes everywhere
[ntk/apt.git] / methods / server.h
index b487069..d1e151f 100644 (file)
 #define APT_SERVER_H
 
 #include <apt-pkg/strutl.h>
+#include <apt-pkg/acquire-method.h>
 
+#include <time.h>
+#include <iostream>
 #include <string>
 
 using std::cout;