diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-16 17:15:56 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-16 17:15:56 +0000 |
commit | 8255b3f2fc3d31bf42e786c472a2b4252511bec9 (patch) | |
tree | a4084a2f847c2529efa23dc309031a505ffd6a00 /src | |
parent | 701d89533d14c303fa2ba880f2b6b3cc24562f02 (diff) | |
download | xine-lib-8255b3f2fc3d31bf42e786c472a2b4252511bec9.tar.gz xine-lib-8255b3f2fc3d31bf42e786c472a2b4252511bec9.tar.bz2 |
Use stdlib.h rather than malloc.h.
CVS patchset: 8677
CVS date: 2007/03/16 17:15:56
Diffstat (limited to 'src')
-rw-r--r-- | src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 <string.h> #include <math.h> -#ifdef HAVE_MALLOC_H -#include <malloc.h> -#endif +#include <stdlib.h> #define USE_FOR_DSCALER |