summaryrefslogtreecommitdiff
path: root/libc/stdlib/abort.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-27 15:06:41 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-27 15:06:41 +0000
commit1372e95c24d3ec786f43e7281663d93e981db67a (patch)
tree59d6d6ee6bf31cc5e7f68d80e6f08ecc912f5926 /libc/stdlib/abort.c
parent672a42c9b788611e297207049dc852cfe1cb164e (diff)
- remove a couple of duplicate includes
Diffstat (limited to 'libc/stdlib/abort.c')
-rw-r--r--libc/stdlib/abort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdlib/abort.c b/libc/stdlib/abort.c
index e2c9962f2..b71512f33 100644
--- a/libc/stdlib/abort.c
+++ b/libc/stdlib/abort.c
@@ -19,7 +19,6 @@ Cambridge, MA 02139, USA. */
/* Hacked up for uClibc by Erik Andersen */
#include <features.h>
-#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>