diff options
Diffstat (limited to 'gcc/plugin.c')
-rw-r--r-- | gcc/plugin.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/plugin.c b/gcc/plugin.c index ed4a2c5dc46..a770e6f766c 100644 --- a/gcc/plugin.c +++ b/gcc/plugin.c @@ -26,15 +26,12 @@ along with GCC; see the file COPYING3. If not see #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" |