Index: benchmark/ctxswitch/cfa_cor.c
===================================================================
--- benchmark/ctxswitch/cfa_cor.c	(revision bf71cfdb7285490eee552b461158846f626cc52f)
+++ benchmark/ctxswitch/cfa_cor.c	(revision ea5b7d6404672e44c86d9619138a0e04d3c4b2dc)
@@ -1,5 +1,5 @@
 #include <stdio.h>
-#include <kernel>
-#include <thread>
+#include <kernel.hfa>
+#include <thread.hfa>
 
 #include "bench.h"
Index: benchmark/ctxswitch/cfa_thrd.c
===================================================================
--- benchmark/ctxswitch/cfa_thrd.c	(revision bf71cfdb7285490eee552b461158846f626cc52f)
+++ benchmark/ctxswitch/cfa_thrd.c	(revision ea5b7d6404672e44c86d9619138a0e04d3c4b2dc)
@@ -1,4 +1,4 @@
 #include <stdio.h>
-#include <thread>
+#include <thread.hfa>
 
 #include "bench.h"
Index: benchmark/ctxswitch/cfa_thrd2.c
===================================================================
--- benchmark/ctxswitch/cfa_thrd2.c	(revision bf71cfdb7285490eee552b461158846f626cc52f)
+++ benchmark/ctxswitch/cfa_thrd2.c	(revision ea5b7d6404672e44c86d9619138a0e04d3c4b2dc)
@@ -1,4 +1,4 @@
 #include <stdio.h>
-#include <thread>
+#include <thread.hfa>
 
 #include "bench.h"
