use forward declaration in headers if possible instead of includes
[ntk/apt.git] / methods / rsh.cc
index add128c..da9777f 100644 (file)
@@ -14,6 +14,9 @@
 #include <config.h>
 
 #include <apt-pkg/error.h>
+#include <apt-pkg/fileutl.h>
+#include <apt-pkg/hashes.h>
+#include <apt-pkg/configuration.h>
 
 #include <sys/stat.h>
 #include <sys/time.h>