aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r--gcc/cp/semantics.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
index 42fe14cb09f..67f8590f638 100644
--- a/gcc/cp/semantics.c
+++ b/gcc/cp/semantics.c
@@ -28,10 +28,7 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "target.h"
#include "bitmap.h"
-#include "tree.h"
#include "cp-tree.h"
-#include "c-family/c-common.h"
-#include "timevar.h"
#include "stringpool.h"
#include "cgraph.h"
#include "stmt.h"
@@ -40,12 +37,8 @@ along with GCC; see the file COPYING3. If not see
#include "c-family/c-objc.h"
#include "tree-inline.h"
#include "intl.h"
-#include "toplev.h"
-#include "flags.h"
#include "tree-iterator.h"
-#include "gimplify.h"
#include "omp-low.h"
-#include "builtins.h"
#include "convert.h"
#include "gomp-constants.h"