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/statistics.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/statistics.c')
-rw-r--r-- | gcc/statistics.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/statistics.c b/gcc/statistics.c index b7bfd45dd97..873bbc31cf6 100644 --- a/gcc/statistics.c +++ b/gcc/statistics.c @@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-dump.h" #include "statistics.h" #include "hashtab.h" -#include "tm.h" #include "function.h" static int statistics_dump_nr; |