diff options
Diffstat (limited to 'gcc/lto')
-rw-r--r-- | gcc/lto/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/lto/lto-lang.c | 1 |
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" |