]> git.saurik.com Git - apt.git/blobdiff - test/libapt/getlistoffilesindir_test.cc
move fd duplication closer to the gz/bz2 open calls
[apt.git] / test / libapt / getlistoffilesindir_test.cc
index 5ee014ccab6e2c75507bce33ead7cbcf2f2dbeae..df125fc83f01a6754a2660aa0fbb9344d38e35ce 100644 (file)
@@ -1,13 +1,14 @@
+#include <config.h>
+
 #include <apt-pkg/fileutl.h>
 
-#include "assert.h"
 #include <string>
 #include <vector>
-
-#include <stdio.h>
 #include <iostream>
 
-#define P(x)   string(argv[1]).append("/").append(x)
+#include "assert.h"
+
+#define P(x)   std::string(argv[1]).append("/").append(x)
 
 int main(int argc,char *argv[])
 {