X-Git-Url: http://git.hcoop.net/ntk/apt.git/blobdiff_plain/8f3ba4e8708cb72be19dacc2af4f601ee5fea292..e18f6133b254db9e1dc7b202366b067b15a68123:/apt-pkg/vendorlist.h diff --git a/apt-pkg/vendorlist.h b/apt-pkg/vendorlist.h index 62ab78a3..bc3702a9 100644 --- a/apt-pkg/vendorlist.h +++ b/apt-pkg/vendorlist.h @@ -15,11 +15,19 @@ #include #include +#include + +#ifndef APT_8_CLEANER_HEADERS #include #include -#include +using std::string; +using std::vector; +#endif + +class Vendor; +class Configuration; -class __deprecated pkgVendorList +class APT_DEPRECATED pkgVendorList { protected: std::vector VendorList;