diff options
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 77561c9..043ad28 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -23,10 +23,10 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "tree.h" +#include "rtl.h" #include "flags.h" #include "except.h" #include "function.h" -#include "rtl.h" #include "expr.h" #include "toplev.h" |