diff options
Diffstat (limited to 'gcc/plugin.c')
-rw-r--r-- | gcc/plugin.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/plugin.c b/gcc/plugin.c index a770e6f766c..1be60e7ca0e 100644 --- a/gcc/plugin.c +++ b/gcc/plugin.c @@ -23,21 +23,16 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-table.h" #include "diagnostic-core.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" #include "flags.h" -#include "inchash.h" #include "tree.h" #include "tree-pass.h" #include "intl.h" #include "plugin.h" -#include "ggc.h" #ifdef ENABLE_PLUGIN #include "plugin-version.h" |