Move include of stdio.h before output.h.
From-SVN: r1917
This commit is contained in:
parent
a23b64d548
commit
bc04dacb8e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user