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/bitmap.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/bitmap.c')
-rw-r--r-- | gcc/bitmap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c index f2fd2bdb510..7f533ed0844 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -21,9 +21,6 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "rtl.h" -#include "flags.h" #include "obstack.h" #include "ggc.h" #include "bitmap.h" |