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/ebitmap.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/ebitmap.c')
-rw-r--r-- | gcc/ebitmap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ebitmap.c b/gcc/ebitmap.c index cb52468..c57d141 100644 --- a/gcc/ebitmap.c +++ b/gcc/ebitmap.c @@ -21,10 +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 "ebitmap.h" /* The ebitmap data structure is a sparse bitmap structure that works |