From fa3adca31a5ae2c61a6dadca083595d705e445db Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Wed, 26 May 2010 09:52:56 +0000 Subject: [PATCH] * cp-lang.c: Do not include expr.h. From-SVN: r159859 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/cp-lang.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 954e6636a13..ff3bc5f5e47 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2010-05-26 Steven Bosscher + + * cp-lang.c: Do not include expr.h. + 2010-05-26 Steven Bosscher * decl.c: Do not include rtl.h diff --git a/gcc/cp/cp-lang.c b/gcc/cp/cp-lang.c index 2cd3ac5b47e..d19e20ff891 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); -- 2.30.2