removed some unneeded header files

This commit is contained in:
David White 2008-12-05 06:02:20 +00:00
parent f0bced745f
commit 74cda75e12

View file

@ -42,8 +42,6 @@ are the same size (4096 bytes by default, which should be the minimum).
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/types.h>
void* dlmalloc(size_t size);
void* dlcalloc(size_t count, size_t size);