summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-02 09:20:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-02 09:20:48 +0000
commit2e903f7c752dceb15988ac04f81a5de12a7a0a13 (patch)
tree08af9300f7ba7add38a9ae7e1de0d90b349ff3eb /libmpdemux
parent77416e41cf8cad188b10004e8145963e6294e61d (diff)
downloadmpv-2e903f7c752dceb15988ac04f81a5de12a7a0a13.tar.bz2
mpv-2e903f7c752dceb15988ac04f81a5de12a7a0a13.tar.xz
Remove unnecessary malloc.h #includes and related #ifdeffery.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29126 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/parse_mp4.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpdemux/parse_mp4.c b/libmpdemux/parse_mp4.c
index ed801d73e5..f2a39abe6e 100644
--- a/libmpdemux/parse_mp4.c
+++ b/libmpdemux/parse_mp4.c
@@ -21,12 +21,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "config.h"
#include <stdio.h>
#include <inttypes.h>
-#if HAVE_MALLOC_H
-#include <malloc.h>
-#endif
#include <stdlib.h>
#include "parse_mp4.h"
#include "mp_msg.h"