From 6e8633c734d9ed273f84c6ed0a15f53c66fe98fc Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 30 Jul 2012 21:19:44 +0200 Subject: configure: remove checks for malloc.h and alloca() Including , especially if all you want is malloc(), has no legitimate uses (on sane platforms at least). Remove the check for it, and remove all uses in the code. Remove unused check for alloca(). --- sub/sub.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sub') diff --git a/sub/sub.c b/sub/sub.c index 21c8d03c67..43fef147d2 100644 --- a/sub/sub.c +++ b/sub/sub.c @@ -24,9 +24,6 @@ #include #include "config.h" -#if HAVE_MALLOC_H -#include -#endif #include "stream/stream.h" #include "stream/stream_dvdnav.h" -- cgit v1.2.3