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/bitmap.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/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 f2fd2bd..7f533ed 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" |