Move include of stdio.h before output.h.
authorRichard Stallman <rms@gnu.org>
Thu, 20 Aug 1992 20:18:38 +0000 (20:18 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 20 Aug 1992 20:18:38 +0000 (20:18 +0000)
From-SVN: r1917

gcc/final.c

index 7c15200bd51eea615d5c32f41f4dc01aa4da94c6..ecf57b540cf8bcdc5129cd1d0a732c0d4607d1c7 100644 (file)
@@ -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 <stdio.h>
 
+#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)