]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.h
merged from lp:~donkult/apt/experimental
[apt.git] / apt-pkg / acquire-method.h
index 8acec82ed90eb98709ee3787dd238baa072a15d8..c3f042ee061d999efb786fbfb7a064efd4aee8bf 100644 (file)
 #ifndef PKGLIB_ACQUIRE_METHOD_H
 #define PKGLIB_ACQUIRE_METHOD_H
 
-#include <apt-pkg/configuration.h>
-#include <apt-pkg/strutl.h>
-
 #include <stdarg.h>
 
+#include <string>
+#include <vector>
+
 class Hashes;
 class pkgAcqMethod
 {