diff options
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r-- | gcc/cp/tree.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index 52a148a..edd3d03 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -20,7 +20,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" -#include <stdio.h> +#include "system.h" #include "obstack.h" #include "tree.h" #include "cp-tree.h" @@ -32,14 +32,6 @@ Boston, MA 02111-1307, USA. */ #include <varargs.h> #endif -#ifdef HAVE_STDLIB_H -#include <stdlib.h> -#endif - -#ifdef NEED_DECLARATION_FREE -extern void free PROTO((void *)); -#endif - extern void compiler_error (); static tree get_identifier_list PROTO((tree)); |