From b0b2bb232f6de59e5a1d33d40b3baac4c2842d45 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 28 Jul 2025 19:25:52 +0200 Subject: [PATCH] tunit careful step 2 --- tests/tunit/tool1394.c | 4 ---- tests/tunit/tool1604.c | 4 ---- 2 files changed, 8 deletions(-) diff --git a/tests/tunit/tool1394.c b/tests/tunit/tool1394.c index 94a1f62a79..e9edd36c3a 100644 --- a/tests/tunit/tool1394.c +++ b/tests/tunit/tool1394.c @@ -23,12 +23,8 @@ ***************************************************************************/ #include "unitcheck.h" -#include "curl_mem_undef.h" /* FIRST include file */ - #include "tool_getparam.h" -#include "memdebug.h" /* LAST include file */ - static CURLcode test_tool1394(char *arg) { UNITTEST_BEGIN_SIMPLE diff --git a/tests/tunit/tool1604.c b/tests/tunit/tool1604.c index ff172fbe71..c0b9749f9e 100644 --- a/tests/tunit/tool1604.c +++ b/tests/tunit/tool1604.c @@ -23,13 +23,9 @@ ***************************************************************************/ #include "unitcheck.h" -#include "curl_mem_undef.h" /* FIRST include file */ - #include "tool_cfgable.h" #include "tool_doswin.h" -#include "memdebug.h" /* LAST include file */ - #if defined(_WIN32) || defined(MSDOS) static char *getflagstr(int flags) {