Commit 8f467b42 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Removed unneeded includes of signal.h and setjmp.h

parent 4adcf7e9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>
+0 −1
Original line number Diff line number Diff line
@@ -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>
+0 −1
Original line number Diff line number Diff line
@@ -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>
+0 −4
Original line number Diff line number Diff line
@@ -52,10 +52,6 @@
#include <stdlib.h>
#endif

#ifdef HAVE_SETJMP_H
#include <setjmp.h>
#endif

#ifdef HAVE_PROCESS_H
#include <process.h>
#endif
+0 −4
Original line number Diff line number Diff line
@@ -52,10 +52,6 @@
#include <stdlib.h>
#endif

#ifdef HAVE_SETJMP_H
#include <setjmp.h>
#endif

#ifdef HAVE_PROCESS_H
#include <process.h>
#endif
Loading