diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 1066f56222a..1cfc411a346 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -29,11 +29,16 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.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 "hard-reg-set.h" #include "insn-config.h" #include "ggc.h" #include "recog.h" |