diff options
Diffstat (limited to 'gcc/asan.c')
-rw-r--r-- | gcc/asan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/asan.c b/gcc/asan.c index 599c8222897..e89817e6fe2 100644 --- a/gcc/asan.c +++ b/gcc/asan.c @@ -22,7 +22,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" @@ -39,7 +38,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" |