diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 6bb3db1493e..fdaefa213f8 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -41,14 +41,19 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.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 "tree.h" #include "hard-reg-set.h" #include "predict.h" -#include "vec.h" #include "hashtab.h" -#include "hash-set.h" -#include "machmode.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" |