diff options
Diffstat (limited to 'gcc/plugin.c')
-rw-r--r-- | gcc/plugin.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/plugin.c b/gcc/plugin.c index a241a35..7e07b63 100644 --- a/gcc/plugin.c +++ b/gcc/plugin.c @@ -25,6 +25,17 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "hash-table.h" #include "diagnostic-core.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "options.h" +#include "flags.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" #include "tree-pass.h" #include "intl.h" |