mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
libtest: drop duplicate include
Include moved to `unitcheck.h` earlier. Follow-up to96d5b5c688#20864 Ref:8a1f361716#21024 Closes #21046
This commit is contained in:
parent
e0038e1096
commit
c3c2bf5941
@ -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*() */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user