]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/vendorlist.h
Merge remote-tracking branch 'mvo/feature/no-more-acquire-guessing' into debian/exper...
[apt.git] / apt-pkg / vendorlist.h
index 733d23a320ac239e12d242ee8dd69c5b1e144df8..bc3702a93852e8952e625420e3810dbb4a8118c5 100644 (file)
 #include <vector>
 #include <apt-pkg/macros.h>
 
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/vendor.h>
+#include <apt-pkg/configuration.h>
+using std::string;
+using std::vector;
+#endif
+
 class Vendor;
 class Configuration;
 
-class __deprecated pkgVendorList
+class APT_DEPRECATED pkgVendorList
 {
    protected:
    std::vector<Vendor const *> VendorList;