From c3c2bf594125a9e8895fde20abbdfc45f7fc6a17 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 21 Mar 2026 12:52:53 +0100 Subject: [PATCH] libtest: drop duplicate include Include moved to `unitcheck.h` earlier. Follow-up to 96d5b5c688c48a8f58ded1563ed0c5c47c877e32 #20864 Ref: 8a1f361716ab0bbf1e15f8a9914b9f1f07855bae #21024 Closes #21046 --- tests/libtest/first.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/libtest/first.h b/tests/libtest/first.h index 5b3ee2d448..062cd169be 100644 --- a/tests/libtest/first.h +++ b/tests/libtest/first.h @@ -43,10 +43,6 @@ extern const struct entry_s s_entries[]; extern int unitfail; /* for unittests */ -#ifdef UNITTESTS -#include "unitprotos.h" -#endif - #include "curlx/base64.h" /* for curlx_base64* */ #include "curlx/dynbuf.h" /* for curlx_dyn_*() */ #include "curlx/fopen.h" /* for curlx_f*() */