1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-14 08:55:20 +02:00

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

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"