diff options
author | Yang Tse <yangsita@gmail.com> | 2011-09-06 18:11:11 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-09-06 18:11:11 +0200 |
commit | 774ad4e31d2b7a3e0bb62ac8bbce42f9fe01a2a4 (patch) | |
tree | 78fb77931c779f23c64f6bc4ca33f46aa04170ea /tests/libtest/lib583.c | |
parent | f764da8afbda7d2c343b47d091609dc5853ac05a (diff) | |
download | curl-774ad4e31d2b7a3e0bb62ac8bbce42f9fe01a2a4.tar.gz |
test suite: libtest header inclusion cleanup - follow-up
Adjust tests/libtest/Makefile.inc and remove a couple of unused headers from
tests/libtest/lib583.c
Diffstat (limited to 'tests/libtest/lib583.c')
-rw-r--r-- | tests/libtest/lib583.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libtest/lib583.c b/tests/libtest/lib583.c index fca22d65b..f6ac06fae 100644 --- a/tests/libtest/lib583.c +++ b/tests/libtest/lib583.c @@ -28,8 +28,6 @@ #include <sys/stat.h> -#include "testutil.h" -#include "warnless.h" #include "memdebug.h" int test(char *URL) |