* varasm.c: Include real.h before output.h.

From-SVN: r55010
This commit is contained in:
Kaveh R. Ghazi 2002-06-26 15:16:01 +00:00 committed by Kaveh Ghazi
parent 6e1f54e224
commit c7836bcd97
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* varasm.c: Include real.h before output.h.
2002-06-26 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Revert change to

View file

@ -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"