]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/init.c
2015-06-04 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / cp / init.c
index 30774070d3c487608f17cc260cc6f499616d50d9..3f177b6f1cf6ab02d7c573ded193c07829ec247d 100644 (file)
@@ -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 *);