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/cppbuiltin.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/cppbuiltin.h') diff --git a/gcc/cppbuiltin.h b/gcc/cppbuiltin.h index f884512..8e0e588 100644 --- a/gcc/cppbuiltin.h +++ b/gcc/cppbuiltin.h @@ -21,9 +21,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_CPPBUILTIN_H #define GCC_CPPBUILTIN_H -#include "coretypes.h" - - /* Parse a BASEVER version string of the format "major.minor.patchlevel" or "major.minor" to extract its components. */ extern void parse_basever (int *, int *, int *); -- cgit v1.1