kill off pointless malloc.h include

This commit is contained in:
Mike Frysinger 2006-04-16 21:17:00 +00:00
parent b66c931fad
commit f8346038e9
3 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/ioctl.h>
#include <malloc.h>
#include <termios.h>
#include <mntent.h>
#include <dirent.h>

View File

@ -38,7 +38,6 @@
#include <paths.h>
#include <unistd.h>
#include <errno.h>
#include <malloc.h>
#include <signal.h>
#include "fsck.h"

View File

@ -210,7 +210,6 @@
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <malloc.h>
#include <netdb.h>
#include <endian.h>
#include <getopt.h>