]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/vendorlist.h
* apt-pkg/contrib/sha1.cc:
[apt.git] / apt-pkg / vendorlist.h
index ff2f4ed5d508e341e32f346d2f21825b2b9d7f21..eaeecb173b36b005883e99ae11fd427f2db4f222 100644 (file)
 #include <vector>
 #include <apt-pkg/vendor.h>
 #include <apt-pkg/configuration.h>
+#include <apt-pkg/macros.h>
 
 using std::string;
 using std::vector;
 
 
-class pkgVendorList
+class __deprecated pkgVendorList
 {
    protected:
    vector<Vendor const *> VendorList;