summaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/jit/jit-playback.c')
-rw-r--r--gcc/jit/jit-playback.c21
1 files changed, 6 insertions, 15 deletions
diff --git a/gcc/jit/jit-playback.c b/gcc/jit/jit-playback.c
index 44c3ce00d98..8af62f90950 100644
--- a/gcc/jit/jit-playback.c
+++ b/gcc/jit/jit-playback.c
@@ -21,27 +21,18 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
+#include "target.h"
+#include "function.h"
+#include "tree.h"
+#include "timevar.h"
+#include "stringpool.h"
+#include "cgraph.h"
#include "opts.h"
-#include "hashtab.h"
-#include "statistics.h"
-#include "vec.h"
#include "alias.h"
-#include "tree.h"
-#include "inchash.h"
-#include "hash-map.h"
-#include "vec.h"
-#include "hashtab.h"
-#include "tm.h"
-#include "hard-reg-set.h"
-#include "function.h"
#include "dumpfile.h"
-#include "cgraph.h"
#include "toplev.h"
-#include "timevar.h"
#include "tree-cfg.h"
-#include "target.h"
#include "convert.h"
-#include "stringpool.h"
#include "stor-layout.h"
#include "print-tree.h"
#include "gimplify.h"