diff options
Diffstat (limited to 'gcc/sanopt.c')
-rw-r--r-- | gcc/sanopt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/sanopt.c b/gcc/sanopt.c index 7a5d102dda1..bfb722a39d5 100644 --- a/gcc/sanopt.c +++ b/gcc/sanopt.c @@ -21,16 +21,12 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" -#include "hash-table.h" #include "predict.h" #include "tm.h" #include "hard-reg-set.h" @@ -45,7 +41,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "gimplify.h" #include "gimple-iterator.h" -#include "hash-map.h" #include "plugin-api.h" #include "tree-pass.h" #include "asan.h" |