From 8f467b4288b69e0cd2355cdb8d4dd8356950e447 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 29 Sep 2008 21:44:50 +0000 Subject: Removed unneeded includes of signal.h and setjmp.h --- lib/dict.c | 1 - lib/easy.c | 1 - lib/file.c | 1 - lib/hostares.c | 4 ---- lib/hostasyn.c | 4 ---- lib/hostip4.c | 4 ---- lib/hostip6.c | 4 ---- lib/hostsyn.c | 4 ---- lib/hostthre.c | 4 ---- lib/http.c | 1 - lib/telnet.c | 1 - lib/tftp.c | 1 - 12 files changed, 30 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 #endif #include -#include #ifdef HAVE_SYS_PARAM_H #include diff --git a/lib/easy.c b/lib/easy.c index 9ea8ef6ef..b8c13c6a6 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -61,7 +61,6 @@ #ifdef HAVE_SYS_IOCTL_H #include #endif -#include #ifdef HAVE_SYS_PARAM_H #include diff --git a/lib/file.c b/lib/file.c index 9b9ef2be3..de5d52b32 100644 --- a/lib/file.c +++ b/lib/file.c @@ -58,7 +58,6 @@ #include #endif #include -#include #ifdef HAVE_SYS_PARAM_H #include diff --git a/lib/hostares.c b/lib/hostares.c index 293634573..e268f11bd 100644 --- a/lib/hostares.c +++ b/lib/hostares.c @@ -52,10 +52,6 @@ #include #endif -#ifdef HAVE_SETJMP_H -#include -#endif - #ifdef HAVE_PROCESS_H #include #endif diff --git a/lib/hostasyn.c b/lib/hostasyn.c index bcf8a5400..f989b1da9 100644 --- a/lib/hostasyn.c +++ b/lib/hostasyn.c @@ -52,10 +52,6 @@ #include #endif -#ifdef HAVE_SETJMP_H -#include -#endif - #ifdef HAVE_PROCESS_H #include #endif 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 #endif -#ifdef HAVE_SETJMP_H -#include -#endif - #ifdef HAVE_PROCESS_H #include #endif diff --git a/lib/hostip6.c b/lib/hostip6.c index 2f9857f43..e1c901212 100644 --- a/lib/hostip6.c +++ b/lib/hostip6.c @@ -52,10 +52,6 @@ #include #endif -#ifdef HAVE_SETJMP_H -#include -#endif - #ifdef HAVE_PROCESS_H #include #endif 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 #endif -#ifdef HAVE_SETJMP_H -#include -#endif - #ifdef HAVE_PROCESS_H #include #endif diff --git a/lib/hostthre.c b/lib/hostthre.c index ff319483e..dc8eead92 100644 --- a/lib/hostthre.c +++ b/lib/hostthre.c @@ -53,10 +53,6 @@ #include #endif -#ifdef HAVE_SETJMP_H -#include -#endif - #ifdef HAVE_PROCESS_H #include #endif diff --git a/lib/http.c b/lib/http.c index 65a42bb2e..86006a824 100644 --- a/lib/http.c +++ b/lib/http.c @@ -66,7 +66,6 @@ #ifdef HAVE_SYS_IOCTL_H #include #endif -#include #ifdef HAVE_SYS_PARAM_H #include diff --git a/lib/telnet.c b/lib/telnet.c index c63c87946..77f51b523 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -53,7 +53,6 @@ #include #endif #include -#include #ifdef HAVE_SYS_PARAM_H #include diff --git a/lib/tftp.c b/lib/tftp.c index 65c35427e..e58365c10 100644 --- a/lib/tftp.c +++ b/lib/tftp.c @@ -53,7 +53,6 @@ #include #endif #include -#include #ifdef HAVE_SYS_PARAM_H #include -- cgit v1.2.3