diff options
| author | rsc <devnull@localhost> | 2004-06-09 14:12:04 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-06-09 14:12:04 +0000 |
| commit | d1b4cfde55d1ba163047cb49b1305452be6f66fc (patch) | |
| tree | 26f81a14c4ec84d23721fcd36e8d8dd2bd36edab /src/lib9/fmt/fmtstr.c | |
| parent | e290cfc1385e6ccb277d938981d87a81947166b3 (diff) | |
| download | plan9port-d1b4cfde55d1ba163047cb49b1305452be6f66fc.tar.gz plan9port-d1b4cfde55d1ba163047cb49b1305452be6f66fc.zip | |
use plan9 malloc
Diffstat (limited to 'src/lib9/fmt/fmtstr.c')
| -rw-r--r-- | src/lib9/fmt/fmtstr.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib9/fmt/fmtstr.c b/src/lib9/fmt/fmtstr.c index 7af1fa24..0b227166 100644 --- a/src/lib9/fmt/fmtstr.c +++ b/src/lib9/fmt/fmtstr.c @@ -11,11 +11,8 @@ * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. */ -#include <stdarg.h> -#include <string.h> -#include <stdlib.h> -#include "utf.h" -#include "fmt.h" +#include <u.h> +#include <libc.h> #include "fmtdef.h" static int |
