mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:01: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
|
|
@ -61,7 +61,7 @@
|
|||
#include <sys/filio.h> /* FIONREAD on Solaris 7 */
|
||||
#endif
|
||||
|
||||
#include <setjmp.h>
|
||||
#include <setjmp.h> /* for sigjmp_buf, sigsetjmp() */
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue