diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-26 09:53:37 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2010-05-26 09:53:37 +0000 |
commit | b9b6c0843114c581b7f203075d87357c23b8f88a (patch) | |
tree | e4f73494ba565ec8da62d669ce00f895a6be5a88 | |
parent | fa3adca31a5ae2c61a6dadca083595d705e445db (diff) | |
download | gcc-b9b6c0843114c581b7f203075d87357c23b8f88a.zip gcc-b9b6c0843114c581b7f203075d87357c23b8f88a.tar.gz gcc-b9b6c0843114c581b7f203075d87357c23b8f88a.tar.bz2 |
* c-typeck.c: Do not include expr.h.
From-SVN: r159860
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/c-typeck.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 863eb5ad..656ae38 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 4665861..dade1e5 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" |