From bc04dacb8e09533b99944aea0e50615666bf35c9 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 20 Aug 1992 20:18:38 +0000 Subject: [PATCH] Move include of stdio.h before output.h. From-SVN: r1917 --- gcc/final.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/final.c b/gcc/final.c index 7c15200bd51..ecf57b540cf 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -55,11 +55,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "conditions.h" #include "flags.h" #include "real.h" -#include "output.h" #include "hard-reg-set.h" #include "defaults.h" + #include +#include "output.h" + /* Get N_SLINE and N_SOL from stab.h if we can expect the file to exist. */ #if defined (DBX_DEBUGGING_INFO) || defined (XCOFF_DEBUGGING_INFO) #if defined (USG) || defined (NO_STAB_H) -- 2.30.2