diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-26 15:16:01 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-26 15:16:01 +0000 |
commit | ff603ed38c157d1ddeb07dca512f8c174c0363b8 (patch) | |
tree | ee3405257bc39d4154383adae94d2ffeb1d81ff0 /gcc/varasm.c | |
parent | b5de8908e3dd713231cd232dbc98a81f46c9ed63 (diff) | |
download | gcc-ff603ed38c157d1ddeb07dca512f8c174c0363b8.tar.gz |
* varasm.c: Include real.h before output.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55010 138bc75d-0d04-0410-961f-82ee72b054a4
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 1b358116bf8..435f6f759aa 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" |