OSDN Git Service

2010-06-02 Jonathan Wakely <jwakely.gcc@gmail.com>
[pf3gnuchains/gcc-fork.git] / gcc / c-dump.c
index 42f5486..71e872e 100644 (file)
@@ -23,13 +23,13 @@ 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.  */
 
 void
-dump_stmt (dump_info_p di, tree t)
+dump_stmt (dump_info_p di, const_tree t)
 {
   if (EXPR_HAS_LOCATION (t))
     dump_int (di, "line", EXPR_LINENO (t));