diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index d55a6bb..dfac281 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -35,6 +35,12 @@ along with GCC; see the file COPYING3. If not see #include "varasm.h" #include "tm_p.h" #include "flags.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 "except.h" #include "expr.h" |