diff src/midifile.c @ 37:1db62040204e

Combine some headers to single mplatform.h
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 21:53:33 +0300
parents a14cc6c5d7ef
children 2170556dc71f
line wrap: on
line diff
--- a/src/midifile.c	Mon Aug 05 20:53:49 2013 +0300
+++ b/src/midifile.c	Mon Aug 05 21:53:33 2013 +0300
@@ -21,15 +21,12 @@
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+#include "mplatform.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
-#ifndef  __APPLE__
-#include <malloc.h>
-#endif
 #include "midifile.h"
-#include "mendian.h"
 
 
 /*