diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 5cb96df037f..5200053ffa1 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -31,11 +31,15 @@ along with GCC; see the file COPYING3. If not see #include "print-tree.h" #include "tm_p.h" #include "basic-block.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "expr.h" #include "langhooks.h" #include "bitmap.h" -#include "hash-set.h" #include "tree-ssa-alias.h" #include "internal-fn.h" #include "tree-eh.h" |