diff options
Diffstat (limited to 'gcc/shrink-wrap.c')
-rw-r--r-- | gcc/shrink-wrap.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/shrink-wrap.c b/gcc/shrink-wrap.c index 5f6f27c..d864784 100644 --- a/gcc/shrink-wrap.c +++ b/gcc/shrink-wrap.c @@ -30,16 +30,20 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "flags.h" #include "except.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 "expr.h" #include "optabs.h" #include "libfuncs.h" #include "regs.h" -#include "hard-reg-set.h" #include "insn-config.h" #include "recog.h" #include "output.h" -#include "hashtab.h" #include "tm_p.h" #include "langhooks.h" #include "target.h" |