* cp-lang.c: Do not include expr.h.
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 26 May 2010 09:52:56 +0000 (09:52 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 26 May 2010 09:52:56 +0000 (09:52 +0000)
From-SVN: r159859

gcc/cp/ChangeLog
gcc/cp/cp-lang.c

index 954e6636a13671c8d116752f9ffaa01592a7aef3..ff3bc5f5e47a594482a8f5ed3973b6d12570eb5a 100644 (file)
@@ -1,3 +1,7 @@
+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
index 2cd3ac5b47e914921e3e5fd4666cce4b954a60a6..d19e20ff89115a36d73121aef5972f65231fcd0b 100644 (file)
@@ -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);