]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/vendorlist.cc
use forward declaration in headers if possible instead of includes
[apt.git] / apt-pkg / vendorlist.cc
index 2ccb556ab60b8f652bc1624b1fd2c2b220641d03..ecfc7db878aa46c291933714d0103a15e494574c 100644 (file)
@@ -2,12 +2,14 @@
 
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/error.h>
+#include <apt-pkg/configuration.h>
 #include <apti18n.h>
 
 #if __GNUC__ >= 4
        #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
 #endif
 
+#include <apt-pkg/vendor.h>
 #include <apt-pkg/vendorlist.h>
 
 using std::string;