Eliminate use of malloc.h.

This commit is contained in:
Kim Woelders 2013-02-22 13:29:17 +01:00
parent 26f04329f9
commit 9800689a7c
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@
the above people for their excellent work. -- mej */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
@ -32,7 +33,6 @@
#include <string.h>
#include <time.h>
#include <utime.h>
#include <malloc.h>
#include <limits.h>
#define ISSPACE(c) isspace((unsigned char) c)