From: Richard Stallman Date: Thu, 20 Aug 1992 20:18:38 +0000 (+0000) Subject: Move include of stdio.h before output.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc04dacb8e09533b99944aea0e50615666bf35c9;p=gcc.git Move include of stdio.h before output.h. From-SVN: r1917 --- 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)