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/dict.c | |
parent | 4adcf7e9ed32ed055470a17f715ee222285c1308 (diff) | |
download | curl-8f467b4288b69e0cd2355cdb8d4dd8356950e447.tar.gz |
Removed unneeded includes of signal.h and setjmp.h
Diffstat (limited to 'lib/dict.c')
-rw-r--r-- | lib/dict.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dict.c b/lib/dict.c index cf5d7d674..b1f5b6810 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -54,7 +54,6 @@ #include <net/if.h> #endif #include <sys/ioctl.h> -#include <signal.h> #ifdef HAVE_SYS_PARAM_H #include <sys/param.h> |