diff options
Diffstat (limited to 'gcc/dojump.c')
-rw-r--r-- | gcc/dojump.c | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/gcc/dojump.c b/gcc/dojump.c index 49191bd9a59..9133eb75d40 100644 --- a/gcc/dojump.c +++ b/gcc/dojump.c @@ -22,13 +22,20 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.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 "real.h" #include "tree.h" +#include "fold-const.h" #include "stor-layout.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" |