Index: examples/gc_no_raii/src/internal/collector.c
===================================================================
--- examples/gc_no_raii/src/internal/collector.c	(revision bf71cfdb7285490eee552b461158846f626cc52f)
+++ examples/gc_no_raii/src/internal/collector.c	(revision 58b6d1b3b8da710a22441043f60cb988a2c2e56d)
@@ -9,5 +9,5 @@
 #endif
 
-#include <fstream>
+#include <fstream.hfa>
 
 #include "state.h"
Index: examples/gc_no_raii/src/internal/state.c
===================================================================
--- examples/gc_no_raii/src/internal/state.c	(revision bf71cfdb7285490eee552b461158846f626cc52f)
+++ examples/gc_no_raii/src/internal/state.c	(revision 58b6d1b3b8da710a22441043f60cb988a2c2e56d)
@@ -1,5 +1,5 @@
 #include "state.h"
 
-#include <stdlib>
+#include <stdlib.hfa>
 
 //general purpouse includes
Index: examples/gc_no_raii/src/internal/state.h
===================================================================
--- examples/gc_no_raii/src/internal/state.h	(revision bf71cfdb7285490eee552b461158846f626cc52f)
+++ examples/gc_no_raii/src/internal/state.h	(revision 58b6d1b3b8da710a22441043f60cb988a2c2e56d)
@@ -9,5 +9,5 @@
 }
 #endif
-#include <fstream>
+#include <fstream.hfa>
 #include <vector>
 
Index: examples/gc_no_raii/src/tools/print.h
===================================================================
--- examples/gc_no_raii/src/tools/print.h	(revision bf71cfdb7285490eee552b461158846f626cc52f)
+++ examples/gc_no_raii/src/tools/print.h	(revision 58b6d1b3b8da710a22441043f60cb988a2c2e56d)
@@ -3,5 +3,5 @@
 // #ifndef NDEBUG
 //
-// #include <fstream>
+// #include <fstream.hfa>
 //
 // #define DEBUG_OUT(x) sout | x | endl;
Index: examples/gc_no_raii/src/tools/worklist.h
===================================================================
--- examples/gc_no_raii/src/tools/worklist.h	(revision bf71cfdb7285490eee552b461158846f626cc52f)
+++ examples/gc_no_raii/src/tools/worklist.h	(revision 58b6d1b3b8da710a22441043f60cb988a2c2e56d)
@@ -10,5 +10,5 @@
 #endif
 
-#include <vector>
+#include <vector.hfa>
 
 typedef vector(intptr_t*, heap_allocator(intptr_t*)) worklist_t;
