This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Do not include c-tree.h in c-common.c


Hi,

There is no need to include c-tree.h anymore when the the two patches
of earlier today are approved+applied:
http://gcc.gnu.org/ml/gcc-patches/2010-05/msg02274.html
http://gcc.gnu.org/ml/gcc-patches/2010-05/msg02252.html

This also OK after the above two?  Bootstrapped&tested along with the
patch to move c_cpp_error.

Ciao!
Steven

        * c-common.c: Do not include language-specific header c-tree.h.

Index: c-common.c
===================================================================
--- c-common.c  (revision 159964)
+++ c-common.c  (working copy)
@@ -40,7 +40,6 @@
 #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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]