]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 e87c7625f67fbb078e9707a4a8fcb07d6bcbece3..93871eef7ec2255badeee6c8a615eeeb44b697da 100644 (file)
@@ -1,3 +1,12 @@
+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,
index 328634728e84a8f3a54aa1ccd70430b2423536a3..b20c4d2183f5a1700bac9d9da0a49cc6db51979d 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 f970b39f9f8ed93d25182c8a5ec719b83feeeeb1..71e872e22cbf420fdf92892e7554d457947cbb52 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 2ef81c6c439f7031dfbabbf918e519ca40a7e7b1..06963a05e71c7a9f92f62f1c04b2684f63a00e5f 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 5d77e093fb80e334e63c0cf5771d7dbbea535b09..09d00fbd415aa1d451ec3b14138f305e8ae8b372 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 d1cb317c47a0d2dff082f2dc753fa00c835ab4b4..b485c25afe3c5d69e5088d3b91bd086a8d74d123 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 b9f9953ba794a4077c43bb2ca48740a2e7ea95bb..ff9f67657fdc05439b265aa9099e89029681e1f6 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"