diff options
Diffstat (limited to 'gcc/c-semantics.c')
-rw-r--r-- | gcc/c-semantics.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c index 5111f81..683655f 100644 --- a/gcc/c-semantics.c +++ b/gcc/c-semantics.c @@ -27,22 +27,14 @@ along with GCC; see the file COPYING3. If not see #include "function.h" #include "splay-tree.h" #include "c-common.h" -#include "except.h" /* In order for the format checking to accept the C frontend diagnostic framework extensions, you must define this token before including toplev.h. */ #define GCC_DIAG_STYLE __gcc_cdiag__ #include "toplev.h" #include "flags.h" -#include "ggc.h" -#include "rtl.h" #include "output.h" -#include "timevar.h" -#include "predict.h" -#include "tree-inline.h" -#include "gimple.h" #include "tree-iterator.h" -#include "langhooks.h" /* Create an empty statement tree rooted at T. */ |