diff options
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 2b57c47904b..e63098f0767 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -31,13 +31,10 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.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 "wide-int.h" #include "inchash.h" #include "tree.h" #include "tree-hasher.h" @@ -76,7 +73,6 @@ along with GCC; see the file COPYING3. If not see #include "ipa-ref.h" #include "cgraph.h" #include "cilk.h" -#include "wide-int.h" #include "builtins.h" /* Possible cases of bad specifiers type used by bad_specifiers. */ |