diff options
Diffstat (limited to 'gcc/config/vax/vax.c')
-rw-r--r-- | gcc/config/vax/vax.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c index 811d058..8880d64 100644 --- a/gcc/config/vax/vax.c +++ b/gcc/config/vax/vax.c @@ -61,9 +61,10 @@ along with GCC; see the file COPYING3. If not see #include "tm-constrs.h" #include "tm_p.h" #include "target.h" -#include "target-def.h" #include "builtins.h" +#include "target-def.h" + static void vax_option_override (void); static bool vax_legitimate_address_p (machine_mode, rtx, bool); static void vax_file_start (void); |