summaryrefslogtreecommitdiff
path: root/tests/libtest/lib518.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-09-06 17:47:54 +0200
committerYang Tse <yangsita@gmail.com>2011-09-06 17:47:54 +0200
commitc8ba8740b9c3e7a5054c2d7ba5689778aa26618b (patch)
tree4c7749f33886140b353e1727204483199e92ae30 /tests/libtest/lib518.c
parent46df51a391c231c4fd38376fb0213325ebc0226a (diff)
downloadcurl-c8ba8740b9c3e7a5054c2d7ba5689778aa26618b.tar.gz
test suite: libtest header inclusion cleanup
Added missing memoryTracking to test cases 560 and 583. If this triggers leak detection on these, it only means that previously it was going unnoticed.
Diffstat (limited to 'tests/libtest/lib518.c')
-rw-r--r--tests/libtest/lib518.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/libtest/lib518.c b/tests/libtest/lib518.c
index c483d7ade..23f7f17c6 100644
--- a/tests/libtest/lib518.c
+++ b/tests/libtest/lib518.c
@@ -21,9 +21,6 @@
***************************************************************************/
#include "test.h"
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif
@@ -33,10 +30,8 @@
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
-#ifdef HAVE_STRING_H
-#include <string.h>
-#endif
+#include "warnless.h"
#include "memdebug.h"
#ifndef FD_SETSIZE