diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2010-11-16 13:57:21 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@gcc.gnu.org> | 2010-11-16 13:57:21 +0000 |
commit | 338ae1c1634f32d7163fb173e67da214f2e31bb7 (patch) | |
tree | e32cf94d8217cd7e5bb1657f29c182393e3cc00c /gcc/statistics.c | |
parent | 2262707f736b97903782f843e28965f313b60c44 (diff) | |
download | gcc-338ae1c1634f32d7163fb173e67da214f2e31bb7.zip gcc-338ae1c1634f32d7163fb173e67da214f2e31bb7.tar.gz gcc-338ae1c1634f32d7163fb173e67da214f2e31bb7.tar.bz2 |
bitmap.c: Delete unnecessary includes.
* 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.
From-SVN: r166797
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 b7bfd45..873bbc3 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; |