From 798209f88304bd5a131ebc2875d03bc6ff7c8927 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Fri, 19 Nov 2010 22:32:39 -0300 Subject: [PATCH] qpkg/jrb.c: removed unnecessary inclusion of ctype.h and string.h --- qpkg/jrb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/qpkg/jrb.c b/qpkg/jrb.c index e6c9728..2550a7e 100644 --- a/qpkg/jrb.c +++ b/qpkg/jrb.c @@ -40,10 +40,8 @@ Fax: 865-974-4404 /* modified for THINK C 6.0 for Macintosh by Chris Bartley */ /* Heavily edited and reformatted to K&R style 2010 by Werner Almesberger */ -#include #include #include -#include #include "jrb.h"