diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-04 21:55:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-04 21:55:32 +0000 |
commit | 4d6ba4ccf89262743eb2093474a571decb455d27 (patch) | |
tree | 34aa4384870e127c3b60cc157f01d84040c4e742 | |
parent | ce576068ef16da367a441eda7047cb3b288b8ba1 (diff) |
This is making far too much sense.
-rw-r--r-- | libc/stdlib/abort.c | 1 |
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> |