]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/vendorlist.h
the previously used VERSION didn't work everywhere so we are switching
[apt.git] / apt-pkg / vendorlist.h
index 733d23a320ac239e12d242ee8dd69c5b1e144df8..a86ccde7cd6b1370eb7929510452536aa725097c 100644 (file)
 #include <vector>
 #include <apt-pkg/macros.h>
 
+#ifndef APT_8_CLEANER_HEADERS
+#include <apt-pkg/vendor.h>
+#include <apt-pkg/configuration.h>
+using std::string;
+using std::vector;
+#endif
+
 class Vendor;
 class Configuration;