From 1916bcb5569bbeef370916731aabfab454b5593d Mon Sep 17 00:00:00 2001 From: Andrew MacLeod Date: Thu, 9 Jul 2015 11:27:35 +0000 Subject: flags.h: Don't include flag-types.h or options.h. 2015-07-09 Andrew MacLeod * flags.h: Don't include flag-types.h or options.h. * opts-common.c: Adjust includes. * opts-global.c: Likewise. * common/config/epiphany/epiphany-common.c: Likewise. c * c-array-notation.c: Adjust includes for flags.h changes. * c-objc-common.c: Likewise. c-family * c-common.h: Adjust includes for flags.h changes. * stub-objc.c: Likewise. fortran * arith.c: Adjust includes for flags.h changes. * array.c: Likewise. * check.c: Likewise. * decl.c: Likewise. * error.c: Likewise. * expr.c: Likewise. * frontend-passes.c: Likewise. * interface.c: Likewise. * intrinsic.c: Likewise. * io.c: Likewise. * match.c: Likewise. * openmp.c: Likewise. * parse.c: Likewise. * primary.c: Likewise. * resolve.c: Likewise. * scanner.c: Likewise. * simplify.c: Likewise. * symbol.c: Likewise. * target-memory.c: Likewise. jit * dummy-frontend.c: Adjust includes for flags.h changes. * jit-common.h: Likewise. * jit-playback.c: Likewise. lto * lto-lang.c: Adjust includes for flags.h changes. From-SVN: r225608 --- gcc/flags.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/flags.h') diff --git a/gcc/flags.h b/gcc/flags.h index 22abddcd469..785b521970a 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -20,9 +20,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_FLAGS_H #define GCC_FLAGS_H -#include "flag-types.h" -#include "options.h" - #if !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS) && !defined(IN_RTS) /* Names of debug_info_type, for error messages. */ -- cgit v1.2.3