From c8ba8740b9c3e7a5054c2d7ba5689778aa26618b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 6 Sep 2011 17:47:54 +0200 Subject: 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. --- tests/libtest/lib530.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/libtest/lib530.c') diff --git a/tests/libtest/lib530.c b/tests/libtest/lib530.c index 6ad946f2d..03c4a62fa 100644 --- a/tests/libtest/lib530.c +++ b/tests/libtest/lib530.c @@ -21,16 +21,6 @@ ***************************************************************************/ #include "test.h" -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_STAT_H -#include -#endif -#ifdef HAVE_STRING_H -#include -#endif - #include "testutil.h" #include "warnless.h" #include "memdebug.h" -- cgit v1.2.1