diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gcc/final.c b/gcc/final.c index b1b4b77..7797d81 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -46,7 +46,15 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" - +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" #include "varasm.h" #include "hard-reg-set.h" @@ -60,10 +68,6 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "output.h" #include "except.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" -#include "machmode.h" #include "input.h" #include "function.h" #include "rtl-error.h" |