diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2002-06-26 15:16:01 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-06-26 15:16:01 +0000 |
commit | c7836bcd97252cffdce27bcbe04bfccd33c12bd6 (patch) | |
tree | ee3405257bc39d4154383adae94d2ffeb1d81ff0 /gcc/varasm.c | |
parent | 6e1f54e224db2dc15972b523bd195d21bbb95285 (diff) | |
download | gcc-c7836bcd97252cffdce27bcbe04bfccd33c12bd6.zip gcc-c7836bcd97252cffdce27bcbe04bfccd33c12bd6.tar.gz gcc-c7836bcd97252cffdce27bcbe04bfccd33c12bd6.tar.bz2 |
* varasm.c: Include real.h before output.h.
From-SVN: r55010
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 1b35811..435f6f7 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -36,8 +36,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "expr.h" #include "hard-reg-set.h" #include "regs.h" -#include "output.h" #include "real.h" +#include "output.h" #include "toplev.h" #include "hashtab.h" #include "c-pragma.h" |