Index: cmt/src/analogue.cpp
===================================================================
--- cmt.orig/src/analogue.cpp
+++ cmt/src/analogue.cpp
@@ -24,7 +24,6 @@
 
 /*****************************************************************************/
 
-#include <malloc.h>
 #include <math.h>
 #include <stdlib.h>
 #include "cmt.h"
Index: cmt/src/canyondelay.cpp
===================================================================
--- cmt.orig/src/canyondelay.cpp
+++ cmt/src/canyondelay.cpp
@@ -25,7 +25,7 @@
 /*****************************************************************************/
 
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <math.h>
 #include "cmt.h"
 
Index: cmt/src/lofi.cpp
===================================================================
--- cmt.orig/src/lofi.cpp
+++ cmt/src/lofi.cpp
@@ -24,7 +24,6 @@
 
 /*****************************************************************************/
 
-#include <malloc.h>
 #include <math.h>
 #include <stdlib.h>
 #include "cmt.h"
Index: cmt/src/phasemod.cpp
===================================================================
--- cmt.orig/src/phasemod.cpp
+++ cmt/src/phasemod.cpp
@@ -24,7 +24,6 @@
 
 /*****************************************************************************/
 
-#include <malloc.h>
 #include <math.h>
 #include <stdlib.h>
 #include "cmt.h"
Index: cmt/src/syndrum.cpp
===================================================================
--- cmt.orig/src/syndrum.cpp
+++ cmt/src/syndrum.cpp
@@ -24,7 +24,7 @@
 
 /*****************************************************************************/
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <math.h>
 #include "cmt.h"
 
Index: cmt/src/vcf303.cpp
===================================================================
--- cmt.orig/src/vcf303.cpp
+++ cmt/src/vcf303.cpp
@@ -26,7 +26,7 @@
 /*****************************************************************************/
 
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <math.h>
 #include "cmt.h"
 
