aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog5
-rw-r--r--gcc/cp/decl.c2
-rw-r--r--gcc/cp/semantics.c2
3 files changed, 5 insertions, 4 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index ea49282..954e663 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
+
+ * decl.c: Do not include rtl.h
+ * semantics.c: Likewise.
+
2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
* cp-tree.h: Do not include splay-tree.h.
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 41bb5bc..0a444d2 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -56,8 +56,6 @@ along with GCC; see the file COPYING3. If not see
#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);
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
index 72a7295..bf016f1 100644
--- a/gcc/cp/semantics.c
+++ b/gcc/cp/semantics.c
@@ -46,8 +46,6 @@ 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