* lto-lang.c: Do not include expr.h.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 10:34:40 +0000 (10:34 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 10:34:40 +0000 (10:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159862 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/lto/ChangeLog
gcc/lto/lto-lang.c

index 766c71b..0ab3a92 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * lto-lang.c: Do not include expr.h.
+
 2010-05-24  Richard Guenther  <rguenther@suse.de>
 
        * lto-elf.c (lto_obj_build_section_table): Work around
index 35d133b..4882315 100644 (file)
@@ -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"