From 79bdca32d42fcd1a77fbb94826d22f020dca8829 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Sun, 8 Jul 2012 09:57:36 +0000 Subject: alias.h: Do not include coretypes.h in header files. gcc/ * alias.h: Do not include coretypes.h in header files. * cppbuiltin.h: Likewise. * double-int.h: Likewise. * gimple-fold.h: Likewise. * flags.h: Likewise. * tree-ssa-alias.h: Likewise. * gengtype.h (obstack_chunk_alloc, obstack_chunk_free, OBSTACK_CHUNK_SIZE): Define here to avoid dependency on coretypes.h. * Makefile.in (RTL_BASE_H): Depend on coretypes.h. (TREE_H): Likewise. (ALIAS_H): Do not depend on coretypes.h. (FLAGS_H): Likewise. (realmpfr.o): Depend on coretypes.h. java/ * verify.h: Do not include system.h and coretypes.h here. * verify-impl.c: Include them here instead. From-SVN: r189358 --- gcc/gimple-fold.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/gimple-fold.h') diff --git a/gcc/gimple-fold.h b/gcc/gimple-fold.h index 793d68a..e6821a9 100644 --- a/gcc/gimple-fold.h +++ b/gcc/gimple-fold.h @@ -22,8 +22,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_GIMPLE_FOLD_H #define GCC_GIMPLE_FOLD_H -#include "coretypes.h" - tree fold_const_aggregate_ref_1 (tree, tree (*) (tree)); tree fold_const_aggregate_ref (tree); -- cgit v1.1