From 31d016c7c4be7d923c7e8be1474c8e91cff3311b Mon Sep 17 00:00:00 2001 From: leitner Date: Mon, 26 Nov 2001 17:38:31 +0000 Subject: [PATCH] don't include str.h in fmt.h --- fmt.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fmt.h b/fmt.h index 9efc5a1..45a6e4d 100644 --- a/fmt.h +++ b/fmt.h @@ -1,8 +1,6 @@ #ifndef FMT_H #define FMT_H -#include "str.h" - #define FMT_ULONG 40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */ #define FMT_8LONG 44 /* enough space to hold 2^128 - 1 in octal, plus \0 */ #define FMT_XLONG 33 /* enough space to hold 2^128 - 1 in hexadecimal, plus \0 */