X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/7db98ffceda347f0bc457c6bdc4ff33d60e26b18..a91cb9542572fe5aa279db5ac5d28465bec1905f:/apt-pkg/vendorlist.h?ds=sidebyside diff --git a/apt-pkg/vendorlist.h b/apt-pkg/vendorlist.h index 7f96fc766..eaeecb173 100644 --- a/apt-pkg/vendorlist.h +++ b/apt-pkg/vendorlist.h @@ -17,15 +17,13 @@ #include #include #include +#include using std::string; using std::vector; -#ifdef __GNUG__ -#pragma interface "apt-pkg/vendorlist.h" -#endif -class pkgVendorList +class __deprecated pkgVendorList { protected: vector VendorList;