diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-19 18:24:32 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-19 18:24:32 +0000 |
commit | 4a3f8d4ffcb4732e579ee2c9b617db96a6aa6dc3 (patch) | |
tree | 92de00146328c2e2a2b03d705af9e8812dfed0e2 /gcc | |
parent | 6895b5c7f168b8bc526c204f092aa706a28f2e13 (diff) | |
download | gcc-4a3f8d4ffcb4732e579ee2c9b617db96a6aa6dc3.zip gcc-4a3f8d4ffcb4732e579ee2c9b617db96a6aa6dc3.tar.gz gcc-4a3f8d4ffcb4732e579ee2c9b617db96a6aa6dc3.tar.bz2 |
Don't include real.h.
From-SVN: r1632
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/varasm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index dd756ff..72148ee 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -35,7 +35,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "expr.h" #include "hard-reg-set.h" #include "regs.h" -#include "real.h" #include "defaults.h" #include "obstack.h" |