mirror of
https://github.com/curl/curl.git
synced 2026-04-14 21:51:41 +03: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
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue