diff options
Diffstat (limited to 'gcc/ipa-chkp.c')
-rw-r--r-- | gcc/ipa-chkp.c | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/gcc/ipa-chkp.c b/gcc/ipa-chkp.c index acb89bed65f..7358d30c195 100644 --- a/gcc/ipa-chkp.c +++ b/gcc/ipa-chkp.c @@ -22,23 +22,16 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" +#include "backend.h" #include "tree.h" +#include "gimple.h" +#include "hard-reg-set.h" +#include "options.h" #include "fold-const.h" #include "stor-layout.h" #include "tree-pass.h" #include "stringpool.h" -#include "bitmap.h" -#include "gimple-expr.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "function.h" #include "calls.h" -#include "tree-ssa-alias.h" -#include "predict.h" -#include "basic-block.h" -#include "gimple.h" #include "lto-streamer.h" #include "cgraph.h" #include "tree-chkp.h" |