]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/vendorlist.h
* apt-pkg/contrib/sha1.cc:
[apt.git] / apt-pkg / vendorlist.h
index 7f96fc7665f7b71249b4ef987b0fd3e7965da4d7..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;
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/vendorlist.h"
-#endif
 
-class pkgVendorList
+class __deprecated pkgVendorList
 {
    protected:
    vector<Vendor const *> VendorList;