]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.cc
cleanup headers and especially #includes everywhere
[apt.git] / apt-pkg / deb / deblistparser.cc
index 3374865ac77de6094a9d924ccc975fa5f96e331d..7777d654e8df1b4f6e9727e327e1f90fc30446d0 100644 (file)
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/crc-16.h>
 #include <apt-pkg/md5.h>
+#include <apt-pkg/mmap.h>
+#include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
+#include <apt-pkg/tagfile.h>
 #include <apt-pkg/macros.h>
 
+#include <stddef.h>
+#include <string.h>
+#include <algorithm>
+#include <string>
+#include <vector>
 #include <ctype.h>
                                                                        /*}}}*/