diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 2e3e97898fe..e7ac92628e9 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -80,11 +80,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "cgraph.h" #include "tree-flow.h" +#include "tree-pass.h" #include "ipa-prop.h" -#include "tree-pretty-print.h" #include "statistics.h" -#include "tree-dump.h" -#include "timevar.h" #include "params.h" #include "target.h" #include "flags.h" |