Commit fa3adca3 by Steven Bosscher

* cp-lang.c: Do not include expr.h.

From-SVN: r159859
parent 140b7433
2010-05-26 Steven Bosscher <steven@gcc.gnu.org> 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 * decl.c: Do not include rtl.h
* semantics.c: Likewise. * semantics.c: Likewise.
......
...@@ -33,7 +33,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -33,7 +33,6 @@ along with GCC; see the file COPYING3. If not see
#include "cp-objcp-common.h" #include "cp-objcp-common.h"
#include "hashtab.h" #include "hashtab.h"
#include "except.h" #include "except.h"
#include "expr.h"
enum c_language_kind c_language = clk_cxx; enum c_language_kind c_language = clk_cxx;
static void cp_init_ts (void); static void cp_init_ts (void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment