From: steven Date: Fri, 28 May 2010 23:47:05 +0000 (+0000) Subject: * c-lex.c: Do not include c-tree.h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2187c7adb44bb62b6129be15f7a419f3321d1d19;p=thirdparty%2Fgcc.git * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160008 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e87c7625f67f..93871eef7ec2 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 328634728e84..b20c4d2183f5 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 f970b39f9f8e..71e872e22cbf 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 2ef81c6c439f..06963a05e71c 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 5d77e093fb80..09d00fbd415a 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 d1cb317c47a0..b485c25afe3c 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 b9f9953ba794..ff9f67657fdc 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"