diff options
author | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-16 13:57:21 +0000 |
---|---|---|
committer | froydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-16 13:57:21 +0000 |
commit | 02311745e3321e776d46cd9cd70099fda55859b8 (patch) | |
tree | e32cf94d8217cd7e5bb1657f29c182393e3cc00c /gcc/et-forest.c | |
parent | 0fea623c6dfa3060c3df2a7ff1e01e0bb1578376 (diff) | |
download | gcc-02311745e3321e776d46cd9cd70099fda55859b8.tar.gz |
* bitmap.c: Delete unnecessary includes.
* ebitmap.c: Likewise.
* et-forest.c: Likewise.
* sreal.c: Likewise.
* statistics.c: Likewise.
* stringpool.c: Likewise.
* double-int.c: Add comment for inclusion of tm.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166797 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/et-forest.c')
-rw-r--r-- | gcc/et-forest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/et-forest.c b/gcc/et-forest.c index 94757c0afa9..b35d063c5f8 100644 --- a/gcc/et-forest.c +++ b/gcc/et-forest.c @@ -26,7 +26,6 @@ License along with libiberty; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" #include "et-forest.h" #include "alloc-pool.h" |