diff options
Diffstat (limited to 'gcc/domwalk.c')
-rw-r--r-- | gcc/domwalk.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/domwalk.c b/gcc/domwalk.c index e23351535d4..9049c03b892 100644 --- a/gcc/domwalk.c +++ b/gcc/domwalk.c @@ -22,6 +22,17 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.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 "domwalk.h" #include "sbitmap.h" |