aboutsummaryrefslogtreecommitdiff
path: root/lib
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
parent4adcf7e9ed32ed055470a17f715ee222285c1308 (diff)
Removed unneeded includes of signal.h and setjmp.h
Diffstat (limited to 'lib')
-rw-r--r--lib/dict.c1
-rw-r--r--lib/easy.c1
-rw-r--r--lib/file.c1
-rw-r--r--lib/hostares.c4
-rw-r--r--lib/hostasyn.c4
-rw-r--r--lib/hostip4.c4
-rw-r--r--lib/hostip6.c4
-rw-r--r--lib/hostsyn.c4
-rw-r--r--lib/hostthre.c4
-rw-r--r--lib/http.c1
-rw-r--r--lib/telnet.c1
-rw-r--r--lib/tftp.c1
12 files changed, 0 insertions, 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 <net/if.h>
#endif
#include <sys/ioctl.h>
-#include <signal.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
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 <sys/ioctl.h>
#endif
-#include <signal.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
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 <net/if.h>
#endif
#include <sys/ioctl.h>
-#include <signal.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
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 <stdlib.h>
#endif
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
#ifdef HAVE_PROCESS_H
#include <process.h>
#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 <stdlib.h>
#endif
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
#ifdef HAVE_PROCESS_H
#include <process.h>
#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 <stdlib.h>
#endif
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
#ifdef HAVE_PROCESS_H
#include <process.h>
#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 <stdlib.h>
#endif
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
#ifdef HAVE_PROCESS_H
#include <process.h>
#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 <stdlib.h>
#endif
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
#ifdef HAVE_PROCESS_H
#include <process.h>
#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 <stdlib.h>
#endif
-#ifdef HAVE_SETJMP_H
-#include <setjmp.h>
-#endif
-
#ifdef HAVE_PROCESS_H
#include <process.h>
#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 <sys/ioctl.h>
#endif
-#include <signal.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
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 <net/if.h>
#endif
#include <sys/ioctl.h>
-#include <signal.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
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 <net/if.h>
#endif
#include <sys/ioctl.h>
-#include <signal.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>