summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 687eb41c8e4..5acac0cd83b 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -33,30 +33,21 @@ along with GCC; see the file COPYING3. If not see
#include "predict.h"
#include "alloc-pool.h"
#include "tm_p.h"
-#include "expmed.h"
#include "optabs.h"
#include "regs.h"
#include "emit-rtl.h"
-#include "recog.h"
#include "pretty-print.h"
#include "diagnostic-core.h"
-#include "alias.h"
#include "fold-const.h"
#include "varasm.h"
#include "stor-layout.h"
-#include "flags.h"
-#include "except.h"
#include "dojump.h"
#include "explow.h"
-#include "calls.h"
#include "stmt.h"
#include "expr.h"
-#include "libfuncs.h"
-#include "output.h"
#include "langhooks.h"
#include "cfganal.h"
-#include "internal-fn.h"
#include "params.h"
#include "dumpfile.h"
#include "builtins.h"