aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2010-11-20 23:26:18 +0100
committermaximilian attems <max@stro.at>2010-11-20 23:30:48 +0100
commitcdf039ed1902e140460c0466a0088696973406e2 (patch)
tree2579a76fa6c1e0d581a6db37314badc1e07c3267
parentdb12b2ff6f2a803ddca133b114a91a03e7ac15fd (diff)
downloadklibc-cdf039ed1902e140460c0466a0088696973406e2.tar.gz
[klibc] tests: cleanup unused includes
Several unused errno.h and a stdarg.h. Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/klibc/tests/fcntl.c1
-rw-r--r--usr/klibc/tests/stat.c1
-rw-r--r--usr/klibc/tests/statfs.c1
-rw-r--r--usr/klibc/tests/testvsnp.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/usr/klibc/tests/fcntl.c b/usr/klibc/tests/fcntl.c
index b2bdbdfd613ee..219423e973a95 100644
--- a/usr/klibc/tests/fcntl.c
+++ b/usr/klibc/tests/fcntl.c
@@ -5,7 +5,6 @@
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
-#include <errno.h>
#include <stdlib.h>
#include <string.h>
diff --git a/usr/klibc/tests/stat.c b/usr/klibc/tests/stat.c
index 90223cfd08ff7..44108337a5b08 100644
--- a/usr/klibc/tests/stat.c
+++ b/usr/klibc/tests/stat.c
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
-#include <errno.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include <sys/types.h>
diff --git a/usr/klibc/tests/statfs.c b/usr/klibc/tests/statfs.c
index 0cf99f1df98ea..0ac805118acd9 100644
--- a/usr/klibc/tests/statfs.c
+++ b/usr/klibc/tests/statfs.c
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
-#include <errno.h>
#include <sys/vfs.h>
static void do_statfs(const char *path)
diff --git a/usr/klibc/tests/testvsnp.c b/usr/klibc/tests/testvsnp.c
index 098b49a0ad37a..7120bdaa5c4d2 100644
--- a/usr/klibc/tests/testvsnp.c
+++ b/usr/klibc/tests/testvsnp.c
@@ -1,5 +1,4 @@
#include <assert.h>
-#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>