summaryrefslogtreecommitdiff
path: root/lib/hostip4.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-09-29 21:44:50 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-09-29 21:44:50 +0000
commit8f467b4288b69e0cd2355cdb8d4dd8356950e447 (patch)
tree9c2118976cbe9702314b1b7544262cf9ec46da23 /lib/hostip4.c
parent4adcf7e9ed32ed055470a17f715ee222285c1308 (diff)
downloadcurl-8f467b4288b69e0cd2355cdb8d4dd8356950e447.tar.gz
Removed unneeded includes of signal.h and setjmp.h
Diffstat (limited to 'lib/hostip4.c')
-rw-r--r--lib/hostip4.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/hostip4.c b/lib/hostip4.c
index 392e40b20..576c35828 100644
--- a/lib/hostip4.c
+++ b/lib/hostip4.c
@@ -53,10 +53,6 @@
#include <stdlib.h>
#endif
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
#ifdef HAVE_PROCESS_H
#include <process.h>
#endif