diff options
Diffstat (limited to 'gcc/tree-cfgcleanup.c')
-rw-r--r-- | gcc/tree-cfgcleanup.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c index 451630f..b48da5c 100644 --- a/gcc/tree-cfgcleanup.c +++ b/gcc/tree-cfgcleanup.c @@ -26,6 +26,12 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "diagnostic-core.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 "langhooks.h" #include "tree-ssa-alias.h" @@ -49,7 +55,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "except.h" #include "cfgloop.h" -#include "hashtab.h" #include "tree-ssa-propagate.h" #include "tree-scalar-evolution.h" |