diff options
Diffstat (limited to 'gcc/gcc-plugin.h')
-rw-r--r-- | gcc/gcc-plugin.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h index 5fbc46cc2e1..e6205eb08c6 100644 --- a/gcc/gcc-plugin.h +++ b/gcc/gcc-plugin.h @@ -29,9 +29,6 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "highlev-plugin-common.h" #include "tm.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" @@ -43,17 +40,13 @@ along with GCC; see the file COPYING3. If not see #include "lcm.h" #include "cfgbuild.h" #include "cfgcleanup.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" #include "ipa-ref.h" -#include "statistics.h" #include "alias.h" #include "flags.h" #include "symtab.h" #include "tree-core.h" -#include "hash-set.h" -#include "inchash.h" #include "fold-const.h" #include "tree-check.h" |