diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 93ed064..0fbbe68 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -42,7 +42,6 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "rtl.h" #include "tree.h" -#include "tm_p.h" #include "flags.h" #include "except.h" #include "function.h" @@ -59,6 +58,7 @@ Boston, MA 02111-1307, USA. */ #include "toplev.h" #include "hash.h" #include "ggc.h" +#include "tm_p.h" #ifndef TRAMPOLINE_ALIGNMENT #define TRAMPOLINE_ALIGNMENT FUNCTION_BOUNDARY |