libtests: drop now duplicate memdebug.h includes 3

This commit is contained in:
Viktor Szakats 2025-07-08 18:33:03 +02:00
parent 3966f8ad64
commit cdfc38b5e4
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 0 additions and 4 deletions

View file

@ -23,8 +23,6 @@
***************************************************************************/
#include "testtrace.h"
#include "memdebug.h"
struct libtest_trace_cfg libtest_debug_config;
static time_t epoch_offset; /* for test time tracing */

View file

@ -23,8 +23,6 @@
***************************************************************************/
#include "testutil.h"
#include "memdebug.h"
/* build request url */
char *tutil_suburl(const char *base, int i)
{