diff options
Diffstat (limited to 'lib/printf.c')
-rw-r--r-- | lib/printf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/printf.c b/lib/printf.c index a8259ab5..64fcf728 100644 --- a/lib/printf.c +++ b/lib/printf.c @@ -11,7 +11,6 @@ #include "string.h" #include <errno.h> -#include <string.h> /* we use this so that we can do without the ctype library */ #define is_digit(c) ((c) >= '0' && (c) <= '9') |