diff options
Diffstat (limited to 'gcc/c/c-decl.c')
-rw-r--r-- | gcc/c/c-decl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index efb978b..8a0be28 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -35,8 +35,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 "inchash.h" #include "tree.h" #include "fold-const.h" @@ -50,7 +48,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 "function.h" #include "c-tree.h" |