diff options
Diffstat (limited to 'gcc/cfghooks.c')
-rw-r--r-- | gcc/cfghooks.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index 09c7f6d6fe2..a0cdbfc02da 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -25,6 +25,17 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "rtl.h" +#include "predict.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "dominance.h" +#include "cfg.h" +#include "cfganal.h" #include "basic-block.h" #include "tree-ssa.h" #include "timevar.h" |