aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r--gcc/cp/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c
index 3077407..3f177b6 100644
--- a/gcc/cp/init.c
+++ b/gcc/cp/init.c
@@ -25,13 +25,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 "stringpool.h"
@@ -40,7 +37,6 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h"
#include "target.h"
#include "gimplify.h"
-#include "wide-int.h"
#include "c-family/c-ubsan.h"
static bool begin_init_stmts (tree *, tree *);