summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-04 21:55:32 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-04 21:55:32 +0000
commit4d6ba4ccf89262743eb2093474a571decb455d27 (patch)
tree34aa4384870e127c3b60cc157f01d84040c4e742 /libc
parentce576068ef16da367a441eda7047cb3b288b8ba1 (diff)
This is making far too much sense.
Diffstat (limited to 'libc')
-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 3d1c75fe0..3c0c3c0eb 100644
--- a/libc/stdlib/abort.c
+++ b/libc/stdlib/abort.c
@@ -18,7 +18,6 @@ Cambridge, MA 02139, USA. */
/* Hacked up for uC-Libc by Erik Andersen */
-#include <ansidecl.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>