summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r--gcc/cp/decl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 5420f71ecdf..41bb5bc380f 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -33,8 +33,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "tree.h"
-#include "rtl.h"
-#include "expr.h"
#include "flags.h"
#include "cp-tree.h"
#include "tree-iterator.h"
@@ -55,8 +53,11 @@ along with GCC; see the file COPYING3. If not see
#include "timevar.h"
#include "tree-flow.h"
#include "pointer-set.h"
+#include "splay-tree.h"
#include "plugin.h"
+#include "rtl.h" /* For decl_default_tls_model. */
+
static tree grokparms (tree parmlist, tree *);
static const char *redeclaration_error_message (tree, tree);