ass signal.h - as it's used in e_thumb.c - it shouldnt have been added to

includes


SVN revision: 22085
This commit is contained in:
Carsten Haitzler 2006-04-13 08:10:52 +00:00
parent 27fcbce58a
commit b129d71c14
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,7 @@
#include <locale.h>
#include <libintl.h>
#include <errno.h>
#include <signal.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
@ -40,7 +41,6 @@
#ifdef OBJECT_PARANOIA_CHECK
#include <execinfo.h>
#include <signal.h>
#include <setjmp.h>
#endif