tests: remove headers already included by base.h
authorMarko Kreen <[email protected]>
Sat, 5 Jan 2013 21:24:36 +0000 (23:24 +0200)
committerMarko Kreen <[email protected]>
Sat, 5 Jan 2013 21:24:36 +0000 (23:24 +0200)
test/test_aatree.c
test/test_hashtab.c
test/test_heap.c
test/test_socket.c

index fbcafc634b8a93966aab63c344402c458a3bb29e..8e939f01bd2247c5250b9212799660d85fec016d 100644 (file)
@@ -1,9 +1,6 @@
 
 #include <usual/aatree.h>
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
 #include <string.h>
 
 #include "test_common.h"
index 820ccdcf35d2065196c4fad61142d05938d8ebe1..5f2c08ed76966a81534413126b84ae44b59ecd27 100644 (file)
@@ -3,9 +3,6 @@
 
 #include <usual/list.h>
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
 #include <string.h>
 
 #include "test_common.h"
index 0f37d45f5b17a4abc338fadfcc356e8f49eadf43..fd6270ddc8b60125a2b3c80befaee02c3d1d4f95 100644 (file)
@@ -1,9 +1,6 @@
 
 #include <usual/heap.h>
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
 #include <string.h>
 
 #include "test_common.h"
index 3b139f5483d26c371debef0d1df05de66e415763..96804fe48abb8491ef692617556c4c3acf76ac84 100644 (file)
@@ -1,6 +1,5 @@
 #include <usual/socket.h>
 
-#include <stdio.h>
 #include <string.h>
 
 #include "test_common.h"