move utf, fmt to libc

This commit is contained in:
rsc 2005-11-26 15:38:59 +00:00
parent bea503e7dc
commit 7e8769cc2a
2 changed files with 3 additions and 2 deletions

View file

@ -9,6 +9,9 @@
extern "C" { extern "C" {
#endif #endif
#include <utf.h>
#include <fmt.h>
/* /*
* Begin usual libc.h * Begin usual libc.h
*/ */

View file

@ -33,8 +33,6 @@ extern "C" {
#include <assert.h> #include <assert.h>
#include <setjmp.h> #include <setjmp.h>
#include <stddef.h> #include <stddef.h>
#include <utf.h>
#include <fmt.h>
#include <math.h> #include <math.h>
#include <ctype.h> /* for tolower */ #include <ctype.h> /* for tolower */