Commit Diff


commit - bea503e7dc632b1f401b81fbdf784841e6d478a3
commit + 7e8769cc2a0b68245fce260c1069f7450bcf674a
blob - 65c23dd595d96523206aa7449d38dbf7c04797cd
blob + 93fa1d0523a74561975f7d4b3371841da72e7488
--- include/libc.h
+++ include/libc.h
@@ -9,6 +9,9 @@
 extern "C" {
 #endif                                                                
 
+#include <utf.h>
+#include <fmt.h>
+
 /*
  * Begin usual libc.h 
  */
blob - ec78ef22cac6d0369b22c45eed6035a50b9ef665
blob + c3f0081fbcec9f2a55677c76256f4adf56843a13
--- include/u.h
+++ include/u.h
@@ -33,8 +33,6 @@ extern "C" {
 #include <assert.h>
 #include <setjmp.h>
 #include <stddef.h>
-#include <utf.h>
-#include <fmt.h>
 #include <math.h>
 #include <ctype.h>	/* for tolower */