mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
hostip.h: drop redundant setjmp.h include
Already included directly via `hostip.c`, and other header users do not use it. Also add comment about why `setjmp.h` is used. Cherry-picked from #20106 Closes #20132
This commit is contained in:
parent
352f3f140c
commit
258521e170
3 changed files with 2 additions and 4 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#include <inet.h>
|
||||
#endif
|
||||
|
||||
#include <setjmp.h>
|
||||
#include <setjmp.h> /* for sigjmp_buf, sigsetjmp() */
|
||||
#include <signal.h>
|
||||
|
||||
#include "urldata.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue