aboutsummaryrefslogtreecommitdiff
path: root/gcc/sreal.c
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2010-11-16 13:57:21 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2010-11-16 13:57:21 +0000
commit338ae1c1634f32d7163fb173e67da214f2e31bb7 (patch)
treee32cf94d8217cd7e5bb1657f29c182393e3cc00c /gcc/sreal.c
parent2262707f736b97903782f843e28965f313b60c44 (diff)
downloadgcc-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/sreal.c')
-rw-r--r--gcc/sreal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/sreal.c b/gcc/sreal.c
index 415a02c..df35ddd 100644
--- a/gcc/sreal.c
+++ b/gcc/sreal.c
@@ -52,7 +52,6 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "tm.h"
#include "sreal.h"
static inline void copy (sreal *, sreal *);