Index: tests/raii/dtor-early-exit.c
===================================================================
--- tests/raii/dtor-early-exit.c	(revision bf71cfdb7285490eee552b461158846f626cc52f)
+++ tests/raii/dtor-early-exit.c	(revision 58b6d1b3b8da710a22441043f60cb988a2c2e56d)
@@ -14,6 +14,6 @@
 //
 
-#include <fstream>
-#include <stdlib>
+#include <fstream.hfa>
+#include <stdlib.hfa>
 extern "C" {
 #define false ((int)0)	// until stdbool.h works
Index: tests/raii/globals.c
===================================================================
--- tests/raii/globals.c	(revision bf71cfdb7285490eee552b461158846f626cc52f)
+++ tests/raii/globals.c	(revision 58b6d1b3b8da710a22441043f60cb988a2c2e56d)
@@ -1,3 +1,3 @@
-#include <fstream>
+#include <fstream.hfa>
 
 struct value_t {
