diff options
Diffstat (limited to 'apt-pkg/vendorlist.h')
-rw-r--r-- | apt-pkg/vendorlist.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apt-pkg/vendorlist.h b/apt-pkg/vendorlist.h index 62ab78a33..733d23a32 100644 --- a/apt-pkg/vendorlist.h +++ b/apt-pkg/vendorlist.h @@ -15,10 +15,11 @@ #include <string> #include <vector> -#include <apt-pkg/vendor.h> -#include <apt-pkg/configuration.h> #include <apt-pkg/macros.h> +class Vendor; +class Configuration; + class __deprecated pkgVendorList { protected: |