diff options
Diffstat (limited to 'gcc/ipa.c')
-rw-r--r-- | gcc/ipa.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ipa.c b/gcc/ipa.c index 8b5a1456608..e42ad5e625a 100644 --- a/gcc/ipa.c +++ b/gcc/ipa.c @@ -21,20 +21,16 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.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 "calls.h" #include "stringpool.h" #include "predict.h" #include "basic-block.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" #include "hard-reg-set.h" |