diff options
Diffstat (limited to 'gcc/ubsan.c')
-rw-r--r-- | gcc/ubsan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ubsan.c b/gcc/ubsan.c index 4e2214d..3809728 100644 --- a/gcc/ubsan.c +++ b/gcc/ubsan.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" @@ -34,7 +33,6 @@ along with GCC; see the file COPYING3. If not see #include "cfg.h" #include "cfganal.h" #include "basic-block.h" -#include "is-a.h" #include "plugin-api.h" #include "tm.h" #include "hard-reg-set.h" |