diff options
Diffstat (limited to 'gcc/genconditions.c')
-rw-r--r-- | gcc/genconditions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genconditions.c b/gcc/genconditions.c index d8b0ebba56b..923b23c81d9 100644 --- a/gcc/genconditions.c +++ b/gcc/genconditions.c @@ -72,6 +72,7 @@ write_header (void) #include \"tm.h\"\n\ #include \"insn-constants.h\"\n\ #include \"rtl.h\"\n\ +#include \"memmodel.h\"\n\ #include \"tm_p.h\"\n\ #include \"hard-reg-set.h\"\n\ #include \"function.h\"\n\ @@ -94,7 +95,6 @@ write_header (void) #include \"resource.h\"\n\ #include \"diagnostic-core.h\"\n\ #include \"reload.h\"\n\ -#include \"memmodel.h\"\n\ #include \"tm-constrs.h\"\n"); if (saw_eh_return) |