aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.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-lex.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-lex.c')
-rw-r--r--gcc/c-lex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 5d77e09..09d00fb 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -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"