Remove unnecessary <malloc.h> include which is not found on Mac

This commit is contained in:
Robert Knight 2011-08-22 14:02:28 +01:00
parent 5360d05867
commit ced6b097b4

View file

@ -4,7 +4,6 @@
#include "Platform.h"
#include "StringUtils.h"
#include <malloc.h>
#include <string.h>
#include <fstream>