]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libtest: drop duplicate include
authorViktor Szakats <commit@vsz.me>
Sat, 21 Mar 2026 11:52:53 +0000 (12:52 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 21 Mar 2026 12:14:46 +0000 (13:14 +0100)
Include moved to `unitcheck.h` earlier.

Follow-up to 96d5b5c688c48a8f58ded1563ed0c5c47c877e32 #20864
Ref: 8a1f361716ab0bbf1e15f8a9914b9f1f07855bae #21024

Closes #21046

tests/libtest/first.h

index 5b3ee2d44856eaebcd467777feecc732e6dfa86a..062cd169be09478304124e2291ca20877c7a7b1f 100644 (file)
@@ -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*() */