Commit c8ba8740 authored by Yang Tse's avatar Yang Tse
Browse files

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.
parent 46df51a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
#include "test.h"

#include "testutil.h"
#include "warnless.h"
#include "memdebug.h"

#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@
 ***************************************************************************/
#include "test.h"

#include <sys/types.h>

#include "testutil.h"
#include "warnless.h"
#include "memdebug.h"
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@
 ***************************************************************************/
#include "test.h"

#include <sys/types.h>

#include "testutil.h"
#include "warnless.h"
#include "memdebug.h"
+0 −6
Original line number Diff line number Diff line
@@ -24,12 +24,6 @@
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@
 *
 ***************************************************************************/
#include "test.h"
#include <stdlib.h>
#include <ctype.h>

#include <curl/mprintf.h>

Loading