cleanup headers and especially #includes everywhere
[ntk/apt.git] / test / libapt / getlistoffilesindir_test.cc
index b2c95e8..df125fc 100644 (file)
@@ -1,12 +1,13 @@
+#include <config.h>
+
 #include <apt-pkg/fileutl.h>
 
-#include "assert.h"
 #include <string>
 #include <vector>
-
-#include <stdio.h>
 #include <iostream>
 
+#include "assert.h"
+
 #define P(x)   std::string(argv[1]).append("/").append(x)
 
 int main(int argc,char *argv[])