From d1b4cfde55d1ba163047cb49b1305452be6f66fc Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 9 Jun 2004 14:12:04 +0000 Subject: use plan9 malloc --- src/lib9/fmt/runefmtstr.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/lib9/fmt/runefmtstr.c') diff --git a/src/lib9/fmt/runefmtstr.c b/src/lib9/fmt/runefmtstr.c index a2ec6cb4..9ec84cd0 100644 --- a/src/lib9/fmt/runefmtstr.c +++ b/src/lib9/fmt/runefmtstr.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 -#include -#include -#include "utf.h" -#include "fmt.h" +#include +#include #include "fmtdef.h" static int -- cgit v1.2.3