diff options
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/cp-lang.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 954e663..ff3bc5f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,9 @@ 2010-05-26 Steven Bosscher <steven@gcc.gnu.org> + * cp-lang.c: Do not include expr.h. + +2010-05-26 Steven Bosscher <steven@gcc.gnu.org> + * decl.c: Do not include rtl.h * semantics.c: Likewise. diff --git a/gcc/cp/cp-lang.c b/gcc/cp/cp-lang.c index 2cd3ac5..d19e20f 100644 --- a/gcc/cp/cp-lang.c +++ b/gcc/cp/cp-lang.c @@ -33,7 +33,6 @@ along with GCC; see the file COPYING3. If not see #include "cp-objcp-common.h" #include "hashtab.h" #include "except.h" -#include "expr.h" enum c_language_kind c_language = clk_cxx; static void cp_init_ts (void); |