aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-07-08 09:57:36 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-07-08 09:57:36 +0000
commit40b19f3f619b09051b46e0efdfd0de69864c9c8f (patch)
tree1f889da1ddbeefc98575d8857f4c77a4196d001a /gcc/flags.h
parentcbaed921955d6b2715c2581f8e775f006d7201c5 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@189358 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 48c20e51bd8..b996c03dd5d 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_FLAGS_H
#define GCC_FLAGS_H
-#include "coretypes.h"
#include "flag-types.h"
#include "options.h"