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
#include <inet.h>
#endif
-#include <setjmp.h>
+#include <setjmp.h> /* for sigjmp_buf, sigsetjmp() */
#include <signal.h>
#include "urldata.h"
#include "asyn.h"
#include "httpsrr.h"
-#include <setjmp.h>
-
#ifdef USE_HTTPSRR
# include <stdint.h>
#endif
#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>