diff options
Diffstat (limited to 'gcc/config/c6x/c6x.c')
-rw-r--r-- | gcc/config/c6x/c6x.c | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gcc/config/c6x/c6x.c b/gcc/config/c6x/c6x.c index d73c0d6458d..fff0b847e85 100644 --- a/gcc/config/c6x/c6x.c +++ b/gcc/config/c6x/c6x.c @@ -24,7 +24,17 @@ #include "coretypes.h" #include "tm.h" #include "rtl.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 "fold-const.h" #include "stor-layout.h" #include "varasm.h" #include "calls.h" @@ -53,10 +63,6 @@ #include "tm-preds.h" #include "tm-constrs.h" #include "df.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" -#include "machmode.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" |