aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2010-05-26 10:34:40 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2010-05-26 10:34:40 +0000
commite12da9c28bfa69bb6fc868841855851527a3db14 (patch)
tree1eb735306a7d29de4e001f9a335e01cf9e1541ad /gcc/lto
parent630d3fad23b067a707161db41e58f13406a0174a (diff)
downloadgcc-e12da9c28bfa69bb6fc868841855851527a3db14.zip
gcc-e12da9c28bfa69bb6fc868841855851527a3db14.tar.gz
gcc-e12da9c28bfa69bb6fc868841855851527a3db14.tar.bz2
* lto-lang.c: Do not include expr.h.
From-SVN: r159862
Diffstat (limited to 'gcc/lto')
-rw-r--r--gcc/lto/ChangeLog4
-rw-r--r--gcc/lto/lto-lang.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 766c71b..0ab3a92 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -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
diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c
index 35d133b..4882315 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"