diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index ae038f9a441..702187c355d 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -77,12 +77,10 @@ along with GCC; see the file COPYING3. If not see #include "alloc-pool.h" #include "tm.h" #include "tree.h" -#include "expr.h" #include "gimple.h" #include "cgraph.h" #include "tree-flow.h" #include "ipa-prop.h" -#include "diagnostic.h" #include "tree-pretty-print.h" #include "statistics.h" #include "tree-dump.h" |