From cdd0ea3715bb9da8433f4c9c80909025235d637a Mon Sep 17 00:00:00 2001 From: steven Date: Wed, 26 May 2010 10:34:40 +0000 Subject: [PATCH] * lto-lang.c: Do not include expr.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159862 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/lto/ChangeLog | 4 ++++ gcc/lto/lto-lang.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 766c71b85fea..0ab3a925bfa2 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2010-05-26 Steven Bosscher + + * lto-lang.c: Do not include expr.h. + 2010-05-24 Richard Guenther * lto-elf.c (lto_obj_build_section_table): Work around diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 35d133b68e20..488231543589 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -24,7 +24,6 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "tm.h" #include "tree.h" -#include "expr.h" #include "target.h" #include "langhooks.h" #include "langhooks-def.h" -- 2.47.2