diff options
Diffstat (limited to 'gcc/gimple-match-head.c')
-rw-r--r-- | gcc/gimple-match-head.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/gimple-match-head.c b/gcc/gimple-match-head.c index 4de44b309f6..030cc749ad9 100644 --- a/gcc/gimple-match-head.c +++ b/gcc/gimple-match-head.c @@ -26,26 +26,13 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "gimple.h" #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "cgraph.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "flags.h" -#include "internal-fn.h" #include "gimple-fold.h" -#include "gimple-iterator.h" -#include "dojump.h" -#include "explow.h" #include "calls.h" -#include "varasm.h" -#include "stmt.h" -#include "expr.h" #include "tree-dfa.h" #include "builtins.h" -#include "dumpfile.h" #include "gimple-match.h" #include "tree-pass.h" |