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/stringpool.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/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index 8d45a26..747db17 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -29,7 +29,6 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" #include "ggc.h" #include "ggc-internal.h" #include "tree.h" |