qpkg/jrb.c: removed unnecessary inclusion of ctype.h and string.h

This commit is contained in:
Werner Almesberger 2010-11-19 22:32:39 -03:00
parent ed0281f306
commit 798209f883
1 changed files with 0 additions and 2 deletions

View File

@ -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 <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include "jrb.h"