diff options
author | Yang Tse <yangsita@gmail.com> | 2011-09-06 17:47:54 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-09-06 17:47:54 +0200 |
commit | c8ba8740b9c3e7a5054c2d7ba5689778aa26618b (patch) | |
tree | 4c7749f33886140b353e1727204483199e92ae30 /tests/libtest/lib564.c | |
parent | 46df51a391c231c4fd38376fb0213325ebc0226a (diff) | |
download | curl-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/lib564.c')
-rw-r--r-- | tests/libtest/lib564.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/libtest/lib564.c b/tests/libtest/lib564.c index 96504bd3d..9bb3c7404 100644 --- a/tests/libtest/lib564.c +++ b/tests/libtest/lib564.c @@ -19,11 +19,8 @@ * KIND, either express or implied. * ***************************************************************************/ - #include "test.h" -#include <sys/types.h> -#include <sys/stat.h> #include <fcntl.h> #include "testutil.h" |