remove malloc.h. Fixes #114892
authorDavid Schleef <ds@schleef.org>
Wed, 11 Jun 2003 05:29:06 +0000 (05:29 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 11 Jun 2003 05:29:06 +0000 (05:29 +0000)
Original commit message from CVS:
remove malloc.h.  Fixes #114892

gst/synaesthesia/synaescope.c

index fcf34cd..b5cdde7 100644 (file)
@@ -29,7 +29,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <malloc.h>
 #include <string.h>
 #include <assert.h>