From: steven Date: Wed, 26 May 2010 09:53:37 +0000 (+0000) Subject: * c-typeck.c: Do not include expr.h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e262034de20839cac4dfed18953d09997ec5faf3;p=thirdparty%2Fgcc.git * 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 --- 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"