diff options
Diffstat (limited to 'gcc/reload.c')
-rw-r--r-- | gcc/reload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c index 599e335eb9c..af520ef1515 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -100,6 +100,7 @@ a register with any other reload. */ #include "expr.h" #include "optabs.h" #include "recog.h" +#include "df.h" #include "reload.h" #include "regs.h" #include "addresses.h" @@ -110,7 +111,6 @@ a register with any other reload. */ #include "toplev.h" #include "params.h" #include "target.h" -#include "df.h" #include "ira.h" /* True if X is a constant that can be forced into the constant pool. */ |