OSDN Git Service

* c-lex.c: Do not include c-tree.h.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 May 2010 23:47:05 +0000 (23:47 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 May 2010 23:47:05 +0000 (23:47 +0000)
* 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

gcc/ChangeLog
gcc/c-common.c
gcc/c-dump.c
gcc/c-gimplify.c
gcc/c-lex.c
gcc/c-opts.c
gcc/c-pretty-print.c

index e87c762..93871ee 100644 (file)
@@ -1,5 +1,14 @@
 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
 
+       * 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  <steven@gcc.gnu.org>
+
        * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
        before including diagnostic-core.h.
        (c_cpp_error): New prototype moved from c-tree.h.
index 3286347..b20c4d2 100644 (file)
@@ -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"
index f970b39..71e872e 100644 (file)
@@ -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.  */
 
index 2ef81c6..06963a0 100644 (file)
@@ -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"
index 5d77e09..09d00fb 100644 (file)
@@ -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"
index d1cb317..b485c25 100644 (file)
@@ -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
index b9f9953..ff9f676 100644 (file)
@@ -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"