]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.h
recheck dependencies in SmartUnpack after a change, too
[apt.git] / apt-pkg / acquire-method.h
index 8acec82ed90eb98709ee3787dd238baa072a15d8..2dd9ad685877682058b8a1f1527f5459f3484835 100644 (file)
 #ifndef PKGLIB_ACQUIRE_METHOD_H
 #define PKGLIB_ACQUIRE_METHOD_H
 
+#include <stdarg.h>
+
+#include <string>
+#include <vector>
+
+#ifndef APT_8_CLEANER_HEADERS
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/strutl.h>
-
-#include <stdarg.h>
+#endif
 
 class Hashes;
 class pkgAcqMethod