From 2e903f7c752dceb15988ac04f81a5de12a7a0a13 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 2 Apr 2009 09:20:48 +0000 Subject: Remove unnecessary malloc.h #includes and related #ifdeffery. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29126 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpudetect.c') diff --git a/cpudetect.c b/cpudetect.c index 62afe5895e..b5eb47e970 100644 --- a/cpudetect.c +++ b/cpudetect.c @@ -4,9 +4,6 @@ CpuCaps gCpuCaps; -#if HAVE_MALLOC_H -#include -#endif #include #if ARCH_X86 -- cgit v1.2.3