]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Removed unneeded includes of signal.h and setjmp.h
authorDan Fandrich <dan@coneharvesters.com>
Mon, 29 Sep 2008 21:44:50 +0000 (21:44 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 29 Sep 2008 21:44:50 +0000 (21:44 +0000)
12 files changed:
lib/dict.c
lib/easy.c
lib/file.c
lib/hostares.c
lib/hostasyn.c
lib/hostip4.c
lib/hostip6.c
lib/hostsyn.c
lib/hostthre.c
lib/http.c
lib/telnet.c
lib/tftp.c

index cf5d7d674ec276a1c32a09121f15b8fb0080a319..b1f5b6810e0eb4b2588b2434930ace8b9d9502cb 100644 (file)
@@ -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>
index 9ea8ef6ef08bac6b6d9a7cfff9b1ad2420457ebc..b8c13c6a64d105fa71b0d5ad0adba19c3d967774 100644 (file)
@@ -61,7 +61,6 @@
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif
-#include <signal.h>
 
 #ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
index 9b9ef2be39a6922224cf9d0d70d4e719adaadfde..de5d52b32be4e3c9cec3b2370efbe06ca7563b62 100644 (file)
@@ -58,7 +58,6 @@
 #include <net/if.h>
 #endif
 #include <sys/ioctl.h>
-#include <signal.h>
 
 #ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
index 2936345735f39c6454df04d9ff1c4074675391e0..e268f11bd94aec0536a28a570ae2fd30c78cafd0 100644 (file)
 #include <stdlib.h>
 #endif
 
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
 #ifdef HAVE_PROCESS_H
 #include <process.h>
 #endif
index bcf8a54001c669c2d2201648bb141dbb5a37d174..f989b1da95edf4e596f2296ace3bd592a75d7ffa 100644 (file)
 #include <stdlib.h>
 #endif
 
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
 #ifdef HAVE_PROCESS_H
 #include <process.h>
 #endif
index 392e40b207e4ab26e8e1463546308dea2ee3c047..576c358286b99af3005ee1bbe09326b7ca5817b1 100644 (file)
 #include <stdlib.h>
 #endif
 
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
 #ifdef HAVE_PROCESS_H
 #include <process.h>
 #endif
index 2f9857f43c107d9cdd68e16f3f9ee7a0782c1399..e1c9012124a39ff9243ec1a4a1022f6578baf41a 100644 (file)
 #include <stdlib.h>
 #endif
 
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
 #ifdef HAVE_PROCESS_H
 #include <process.h>
 #endif
index 650906b9ca7bb7bd223cd1c1cf338ddc0322fc53..0c09f7094ad61ec2e4e60a4c8a021df78309e95d 100644 (file)
 #include <stdlib.h>
 #endif
 
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
 #ifdef HAVE_PROCESS_H
 #include <process.h>
 #endif
index ff319483efe00dcc06229a75d061faffcbb95860..dc8eead926a7921cd1f3ed8d45007dcc12ac7745 100644 (file)
 #include <stdlib.h>
 #endif
 
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
 #ifdef HAVE_PROCESS_H
 #include <process.h>
 #endif
index 65a42bb2e0843260cbf4860e5e48d4169f15ec19..86006a824cea86c56807f8bbb1eceabaf072af44 100644 (file)
@@ -66,7 +66,6 @@
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif
-#include <signal.h>
 
 #ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
index c63c87946c846d5c51f1bb0ba55db4a71bdbcc26..77f51b523c6e70230febd7d302b4252125847a53 100644 (file)
@@ -53,7 +53,6 @@
 #include <net/if.h>
 #endif
 #include <sys/ioctl.h>
-#include <signal.h>
 
 #ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>
index 65c35427e5d08331288b722b7c94b22ab0db8770..e58365c10a1c1386ee89f7070728ca40b73fa282 100644 (file)
@@ -53,7 +53,6 @@
 #include <net/if.h>
 #endif
 #include <sys/ioctl.h>
-#include <signal.h>
 
 #ifdef HAVE_SYS_PARAM_H
 #include <sys/param.h>