From b129d71c144008e9b22e15968322b09a3fa59ed3 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 13 Apr 2006 08:10:52 +0000 Subject: [PATCH] ass signal.h - as it's used in e_thumb.c - it shouldnt have been added to includes SVN revision: 22085 --- src/bin/e.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e.h b/src/bin/e.h index 1e63a03fb..c1853416c 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -29,6 +29,7 @@ #include #include #include +#include #ifdef HAVE_ALLOCA_H #include @@ -40,7 +41,6 @@ #ifdef OBJECT_PARANOIA_CHECK #include -#include #include #endif