From accf9ad64aac122eee74d485245901daa276542a Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Fri, 28 May 2010 23:47:05 +0000 Subject: [PATCH] c-lex.c: Do not include c-tree.h. * c-lex.c: Do not include c-tree.h. * c-pretty-print.c: Likewise. * c-opts.c: Likewise. * c-gimplify.c: Likewise. * c-common.c: Likewise. * c-dump.c: Likewise. Include c-common.h. From-SVN: r160008 --- gcc/ChangeLog | 9 +++++++++ gcc/c-common.c | 1 - gcc/c-dump.c | 2 +- gcc/c-gimplify.c | 1 - gcc/c-lex.c | 1 - gcc/c-opts.c | 1 - gcc/c-pretty-print.c | 1 - 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e87c7625f67..93871eef7ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2010-05-29 Steven Bosscher + + * c-lex.c: Do not include c-tree.h. + * c-pretty-print.c: Likewise. + * c-opts.c: Likewise. + * c-gimplify.c: Likewise. + * c-common.c: Likewise. + * c-dump.c: Likewise. Include c-common.h. + 2010-05-29 Steven Bosscher * c-common.h (GCC_DIAG_STYLE): Define earlier in the file, diff --git a/gcc/c-common.c b/gcc/c-common.c index 328634728e8..b20c4d2183f 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -40,7 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "langhooks.h" #include "tree-inline.h" -#include "c-tree.h" #include "toplev.h" #include "diagnostic.h" #include "tree-iterator.h" diff --git a/gcc/c-dump.c b/gcc/c-dump.c index f970b39f9f8..71e872e22cb 100644 --- a/gcc/c-dump.c +++ b/gcc/c-dump.c @@ -23,8 +23,8 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" -#include "c-tree.h" #include "tree-dump.h" +#include "c-common.h" /* Dump information common to statements from STMT. */ diff --git a/gcc/c-gimplify.c b/gcc/c-gimplify.c index 2ef81c6c439..06963a05e71 100644 --- a/gcc/c-gimplify.c +++ b/gcc/c-gimplify.c @@ -29,7 +29,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" -#include "c-tree.h" #include "c-common.h" #include "gimple.h" #include "basic-block.h" diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 5d77e093fb8..09d00fbd415 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "input.h" #include "output.h" -#include "c-tree.h" #include "c-common.h" #include "flags.h" #include "timevar.h" diff --git a/gcc/c-opts.c b/gcc/c-opts.c index d1cb317c47a..b485c25afe3 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -37,7 +37,6 @@ along with GCC; see the file COPYING3. If not see #include "options.h" #include "mkdeps.h" #include "target.h" /* For gcc_targetcm. */ -#include "c-tree.h" /* For c_cpp_error. */ #ifndef DOLLARS_IN_IDENTIFIERS # define DOLLARS_IN_IDENTIFIERS true diff --git a/gcc/c-pretty-print.c b/gcc/c-pretty-print.c index b9f9953ba79..ff9f67657fd 100644 --- a/gcc/c-pretty-print.c +++ b/gcc/c-pretty-print.c @@ -27,7 +27,6 @@ along with GCC; see the file COPYING3. If not see #include "intl.h" #include "c-pretty-print.h" #include "tree-pretty-print.h" -#include "c-tree.h" #include "tree-iterator.h" #include "diagnostic.h" -- 2.30.2