diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-09-29 21:44:50 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-09-29 21:44:50 +0000 |
commit | 8f467b4288b69e0cd2355cdb8d4dd8356950e447 (patch) | |
tree | 9c2118976cbe9702314b1b7544262cf9ec46da23 /lib/hostsyn.c | |
parent | 4adcf7e9ed32ed055470a17f715ee222285c1308 (diff) | |
download | curl-8f467b4288b69e0cd2355cdb8d4dd8356950e447.tar.gz |
Removed unneeded includes of signal.h and setjmp.h
Diffstat (limited to 'lib/hostsyn.c')
-rw-r--r-- | lib/hostsyn.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/hostsyn.c b/lib/hostsyn.c index 650906b9c..0c09f7094 100644 --- a/lib/hostsyn.c +++ b/lib/hostsyn.c @@ -52,10 +52,6 @@ #include <stdlib.h> #endif -#ifdef HAVE_SETJMP_H -#include <setjmp.h> -#endif - #ifdef HAVE_PROCESS_H #include <process.h> #endif |