From 8255b3f2fc3d31bf42e786c472a2b4252511bec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 16 Mar 2007 17:15:56 +0000 Subject: Use stdlib.h rather than malloc.h. CVS patchset: 8677 CVS date: 2007/03/16 17:15:56 --- src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h b/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h index 3d7ae308e..a3b92a51c 100644 --- a/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h +++ b/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h @@ -1,8 +1,6 @@ #include #include -#ifdef HAVE_MALLOC_H -#include -#endif +#include #define USE_FOR_DSCALER -- cgit v1.2.3