diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-28 23:47:05 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-28 23:47:05 +0000 |
commit | 2187c7adb44bb62b6129be15f7a419f3321d1d19 (patch) | |
tree | c2fe7c64d894207bf2608a7540c61354d1552b05 /gcc/c-gimplify.c | |
parent | 9f19e0f996b256efee6e846a02600879f1072b82 (diff) | |
download | gcc-2187c7adb44bb62b6129be15f7a419f3321d1d19.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160008 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-gimplify.c')
-rw-r--r-- | gcc/c-gimplify.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-gimplify.c b/gcc/c-gimplify.c index 2ef81c6c439..06963a05e71 100644 --- a/gcc/c-gimplify.c +++ b/gcc/c-gimplify.c @@ -29,7 +29,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" -#include "c-tree.h" #include "c-common.h" #include "gimple.h" #include "basic-block.h" |