diff options
Diffstat (limited to 'gcc')
-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" |