diff options
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 28553e6583d..5ae579a88a1 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -115,8 +115,8 @@ Boston, MA 02111-1307, USA. */ The HP-PA can conditionally nullify insns, providing a similar effect to the ARM, differing mostly in which insn is "in charge". */ -#include <stdio.h> #include "config.h" +#include <stdio.h> #include "rtl.h" #include "insn-config.h" #include "conditions.h" |