]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/vendorlist.h
Add new Debug::RunScripts option
[apt.git] / apt-pkg / vendorlist.h
index 62ab78a33e0881e444d38a74f5311c9bdae7528c..bc3702a93852e8952e625420e3810dbb4a8118c5 100644 (file)
 
 #include <string>
 #include <vector>
+#include <apt-pkg/macros.h>
+
+#ifndef APT_8_CLEANER_HEADERS
 #include <apt-pkg/vendor.h>
 #include <apt-pkg/configuration.h>
-#include <apt-pkg/macros.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;