diff options
Diffstat (limited to 'gcc/c-parser.c')
-rw-r--r-- | gcc/c-parser.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/c-parser.c b/gcc/c-parser.c index a0f1bea..ea97778 100644 --- a/gcc/c-parser.c +++ b/gcc/c-parser.c @@ -40,9 +40,9 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "tm.h" /* For rtl.h: needs enum reg_class. */ #include "tree.h" -#include "rtl.h" +#include "rtl.h" /* For decl_default_tls_model. */ #include "langhooks.h" #include "input.h" #include "cpplib.h" @@ -58,7 +58,6 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "cgraph.h" #include "plugin.h" -#include "except.h" /* Initialization routine for this file. */ |