Removed unneeded includes of signal.h and setjmp.h

This commit is contained in:
Dan Fandrich 2008-09-29 21:44:50 +00:00
parent 4adcf7e9ed
commit 8f467b4288
12 changed files with 0 additions and 30 deletions

View 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>