]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.cc
cleanup headers and especially #includes everywhere
[apt.git] / apt-pkg / srcrecords.cc
index 60b62850ab0a6167713edbee19daac68340468e4..775cf2e5f98dcc21a0eab761ed66d945ea7828cd 100644 (file)
 #include <apt-pkg/srcrecords.h>
 #include <apt-pkg/error.h>
 #include <apt-pkg/sourcelist.h>
-#include <apt-pkg/strutl.h>
 #include <apt-pkg/metaindex.h>
+#include <apt-pkg/indexfile.h>
+#include <apt-pkg/macros.h>
+
+#include <string.h>
+#include <string>
+#include <vector>
 
 #include <apti18n.h>
                                                                        /*}}}*/