* 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
+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,
#include "target.h"
#include "langhooks.h"
#include "tree-inline.h"
-#include "c-tree.h"
#include "toplev.h"
#include "diagnostic.h"
#include "tree-iterator.h"
#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. */
#include "coretypes.h"
#include "tm.h"
#include "tree.h"
-#include "c-tree.h"
#include "c-common.h"
#include "gimple.h"
#include "basic-block.h"
#include "tree.h"
#include "input.h"
#include "output.h"
-#include "c-tree.h"
#include "c-common.h"
#include "flags.h"
#include "timevar.h"
#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
#include "intl.h"
#include "c-pretty-print.h"
#include "tree-pretty-print.h"
-#include "c-tree.h"
#include "tree-iterator.h"
#include "diagnostic.h"