aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2010-05-28 23:47:05 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2010-05-28 23:47:05 +0000
commitaccf9ad64aac122eee74d485245901daa276542a (patch)
treec2fe7c64d894207bf2608a7540c61354d1552b05 /gcc/c-common.c
parent59cc9210fc47a5b2af679803c65669e7e501f0ab (diff)
downloadgcc-accf9ad64aac122eee74d485245901daa276542a.zip
gcc-accf9ad64aac122eee74d485245901daa276542a.tar.gz
gcc-accf9ad64aac122eee74d485245901daa276542a.tar.bz2
c-lex.c: Do not include c-tree.h.
* 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. From-SVN: r160008
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r--gcc/c-common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c
index 3286347..b20c4d2 100644
--- a/gcc/c-common.c
+++ b/gcc/c-common.c
@@ -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"