* c-typeck.c: Do not include expr.h.
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 26 May 2010 09:53:37 +0000 (09:53 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 26 May 2010 09:53:37 +0000 (09:53 +0000)
From-SVN: r159860

gcc/ChangeLog
gcc/c-typeck.c

index 863eb5a..656ae38 100644 (file)
@@ -1,5 +1,9 @@
 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
 
+       * c-typeck.c: Do not include expr.h.
+
+2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
+
        * rtl.h (decl_default_tls_model): Move prototype from here...
        * output.h: ...to here.
        * c-decl.c: Do not include rtl.h.
index 4665861..dade1e5 100644 (file)
@@ -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"