diff options
Diffstat (limited to 'gcc/c/c-parser.c')
-rw-r--r-- | gcc/c/c-parser.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index 965b4b9..c691e76 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -44,8 +44,6 @@ along with GCC; see the file COPYING3. If not see #include "symtab.h" #include "input.h" #include "alias.h" -#include "double-int.h" -#include "machmode.h" #include "flags.h" #include "inchash.h" #include "tree.h" @@ -73,7 +71,6 @@ along with GCC; see the file COPYING3. If not see #include "plugin-api.h" #include "hashtab.h" #include "hash-set.h" -#include "machmode.h" #include "hard-reg-set.h" #include "function.h" #include "ipa-ref.h" |