diff options
Diffstat (limited to 'gcc/bb-reorder.c')
-rw-r--r-- | gcc/bb-reorder.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index b3f770d..813b753 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -89,6 +89,12 @@ #include "output.h" #include "fibheap.h" #include "target.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" #include "tm_p.h" #include "obstack.h" |