diff options
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" |