]> git.saurik.com Git - apt.git/blobdiff - test/libapt/parsedepends_test.cc
cleanup headers and especially #includes everywhere
[apt.git] / test / libapt / parsedepends_test.cc
index 5a2c6557371cebb70a256f388eb48541facf57d0..5564e2bc099dbcc04157f7be1026648f4e4d88b9 100644 (file)
@@ -1,5 +1,11 @@
+#include <config.h>
+
 #include <apt-pkg/deblistparser.h>
 #include <apt-pkg/configuration.h>
+#include <apt-pkg/pkgcache.h>
+
+#include <string.h>
+#include <string>
 
 #include "assert.h"