Move include of stdio.h before output.h.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Aug 1992 20:18:38 +0000 (20:18 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Aug 1992 20:18:38 +0000 (20:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1917 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/final.c

index 7c15200..ecf57b5 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)