diff options
Diffstat (limited to 'gcc/gcc-plugin.h')
-rw-r--r-- | gcc/gcc-plugin.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h index 3dd52ee316a..5fbc46cc2e1 100644 --- a/gcc/gcc-plugin.h +++ b/gcc/gcc-plugin.h @@ -32,7 +32,6 @@ along with GCC; see the file COPYING3. If not see #include "hashtab.h" #include "hash-set.h" #include "vec.h" -#include "machmode.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" @@ -49,15 +48,11 @@ along with GCC; see the file COPYING3. If not see #include "plugin-api.h" #include "ipa-ref.h" #include "statistics.h" -#include "double-int.h" -#include "real.h" -#include "fixed-value.h" #include "alias.h" #include "flags.h" #include "symtab.h" #include "tree-core.h" #include "hash-set.h" -#include "wide-int.h" #include "inchash.h" #include "fold-const.h" #include "tree-check.h" |