diff options
Diffstat (limited to 'gcc/sanopt.c')
-rw-r--r-- | gcc/sanopt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/sanopt.c b/gcc/sanopt.c index bfb722a39d5..e1c30e1d765 100644 --- a/gcc/sanopt.c +++ b/gcc/sanopt.c @@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" @@ -37,7 +36,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" -#include "is-a.h" #include "gimple.h" #include "gimplify.h" #include "gimple-iterator.h" |