summaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/pt.c')
-rw-r--r--gcc/cp/pt.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 779d06c8aa4..640d8e7ef04 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
file that contains only the method templates and "just win". */
#include "config.h"
-#include <stdio.h>
+#include "system.h"
#include "obstack.h"
#include "tree.h"
@@ -39,10 +39,6 @@ Boston, MA 02111-1307, USA. */
#include "defaults.h"
#include "except.h"
-#ifdef HAVE_STDLIB_H
-#include <stdlib.h>
-#endif
-
/* The type of functions taking a tree, and some additional data, and
returning an int. */
typedef int (*tree_fn_t) PROTO((tree, void*));