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

@ -52,10 +52,6 @@
#include <stdlib.h>
#endif
#ifdef HAVE_SETJMP_H
#include <setjmp.h>
#endif
#ifdef HAVE_PROCESS_H
#include <process.h>
#endif