Removed superfluous inclusion.

This commit is contained in:
Camilla Berglund 2012-09-09 14:22:14 +02:00
parent 50d68c83bb
commit feef05f839
2 changed files with 4 additions and 8 deletions

View File

@ -32,10 +32,8 @@
#include "internal.h"
#include <stdlib.h>
#ifdef __APPLE__
#include <sys/malloc.h>
#else
#include <malloc.h>
#if _WIN32
#include <malloc.h>
#endif

View File

@ -33,10 +33,8 @@
#include <string.h>
#include <stdlib.h>
#ifdef __APPLE__
#include <sys/malloc.h>
#else
#include <malloc.h>
#if _WIN32
#include <malloc.h>
#endif