From e262034de20839cac4dfed18953d09997ec5faf3 Mon Sep 17 00:00:00 2001 From: steven Date: Wed, 26 May 2010 09:53:37 +0000 Subject: [PATCH] * c-typeck.c: Do not include expr.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159860 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/c-typeck.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 863eb5ad0cd4..656ae38a1433 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-05-26 Steven Bosscher + + * c-typeck.c: Do not include expr.h. + 2010-05-26 Steven Bosscher * rtl.h (decl_default_tls_model): Move prototype from here... diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 466586168f30..dade1e53391e 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -35,7 +35,6 @@ along with GCC; see the file COPYING3. If not see #include "c-lang.h" #include "flags.h" #include "output.h" -#include "expr.h" #include "toplev.h" #include "intl.h" #include "target.h" -- 2.47.2