Removed malloc.h include (for OSX compatibility)

This commit is contained in:
Twinaphex 2012-07-10 02:15:17 +02:00
parent eadec21e87
commit a2bb067ded

View File

@ -3,9 +3,6 @@
#endif
#include <stddef.h>
#include <stdio.h>
#ifndef __CELLOS_LV2__
#include <malloc.h>
#endif
#ifdef _MSC_VER
#define snprintf _snprintf