diff options
Diffstat (limited to 'gcc/tree-ssa-sink.c')
-rw-r--r-- | gcc/tree-ssa-sink.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-ssa-sink.c b/gcc/tree-ssa-sink.c index 951e427f0b1..b5495e7558a 100644 --- a/gcc/tree-ssa-sink.c +++ b/gcc/tree-ssa-sink.c @@ -29,16 +29,12 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "tree-flow.h" #include "gimple.h" -#include "tree-dump.h" -#include "timevar.h" -#include "fibheap.h" #include "hashtab.h" #include "tree-iterator.h" #include "alloc-pool.h" #include "tree-pass.h" #include "flags.h" #include "bitmap.h" -#include "langhooks.h" #include "cfgloop.h" #include "params.h" |