]> git.saurik.com Git - apt.git/blobdiff - test/libapt/fileutl_test.cc
cleanup headers and especially #includes everywhere
[apt.git] / test / libapt / fileutl_test.cc
index d256ea55a7991c55715e6d780886bd5b83e5e37a..8da832ba9f3359f689f8c42f35446b4f0c577721 100644 (file)
@@ -1,14 +1,13 @@
+#include <config.h>
+
 #include <apt-pkg/error.h>
 #include <apt-pkg/fileutl.h>
 
-#include "assert.h"
 #include <string>
 #include <vector>
-
-#include <stdio.h>
-#include <iostream>
 #include <stdlib.h>
 
+#include "assert.h"
 
 int main()
 {