]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/orderlist.cc
without a filename we can't stat pipes
[apt.git] / apt-pkg / orderlist.cc
index 21b5fc4e70aef5705273fb0c8aa291a72fd311be..a1fcbcc98cd41d63f1247ca1faba934e625930ff 100644 (file)
 #include <apt-pkg/orderlist.h>
 #include <apt-pkg/depcache.h>
 #include <apt-pkg/error.h>
-#include <apt-pkg/version.h>
 #include <apt-pkg/sptr.h>
 #include <apt-pkg/configuration.h>
+#include <apt-pkg/cacheiterators.h>
+#include <apt-pkg/pkgcache.h>
 
+#include <stdlib.h>
+#include <string.h>
+#include <string>
 #include <iostream>
                                                                        /*}}}*/