diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index b97a4c3..72a7295 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -36,11 +36,8 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "toplev.h" #include "flags.h" -#include "rtl.h" -#include "expr.h" #include "output.h" #include "timevar.h" -#include "debug.h" #include "diagnostic.h" #include "cgraph.h" #include "tree-iterator.h" @@ -49,6 +46,8 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "bitmap.h" +#include "rtl.h" /* For decl_default_tls_model. */ + /* There routines provide a modular interface to perform many parsing operations. They may therefore be used during actual parsing, or during template instantiation, which may be regarded as a |