diff options
Diffstat (limited to 'gcc/tree-ssa.c')
-rw-r--r-- | gcc/tree-ssa.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c index d545ffd21d2..36aaffdecc4 100644 --- a/gcc/tree-ssa.c +++ b/gcc/tree-ssa.c @@ -30,16 +30,13 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "basic-block.h" #include "function.h" -#include "tree-pretty-print.h" #include "gimple-pretty-print.h" #include "bitmap.h" #include "pointer-set.h" #include "tree-flow.h" #include "gimple.h" #include "tree-inline.h" -#include "timevar.h" #include "hashtab.h" -#include "tree-dump.h" #include "tree-pass.h" #include "diagnostic-core.h" #include "cfgloop.h" |