From 9230c95087d6920f01e29e31c5e87339bd3055cd Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 10 May 1992 00:34:30 +0000 Subject: [PATCH] entered into RCS From-SVN: r949 --- gcc/c-aux-info.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c index b1c9ad3441e..fddf496e075 100644 --- a/gcc/c-aux-info.c +++ b/gcc/c-aux-info.c @@ -23,17 +23,11 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include -#include -#include #include "config.h" #include "flags.h" #include "tree.h" #include "c-tree.h" -#ifndef errno -extern int errno; -#endif - extern char* xmalloc (); enum formals_style_enum { -- 2.30.2