diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 62b0459adbb..615199a6dc6 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -28,6 +28,15 @@ along with GCC; see the file COPYING3. If not see is properly defined. */ #include "insn-config.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 "tree-hasher.h" #include "stor-layout.h" @@ -35,10 +44,6 @@ 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" |