From 32c1ac5c77e9d6c972689d8dc31b4c5d4ff80d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 14 Dec 2007 22:23:52 +0100 Subject: Include mangle.h on tomsmocompmacros.h rather than in three files where it's not used. --- src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc | 2 -- src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/post/deinterlace/plugins/tomsmocomp') diff --git a/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc b/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc index 5870d77be..3af46d8fa 100644 --- a/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc +++ b/src/post/deinterlace/plugins/tomsmocomp/TomsMoCompAll.inc @@ -21,8 +21,6 @@ // See www.eff.org for details ///////////////////////////////////////////////////////////////////////////// -#include - #if !defined(MASKS_DEFINED) #define MASKS_DEFINED static const int64_t __attribute__((__used__)) Max_Mov = 0x0404040404040404ull; diff --git a/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h b/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h index a3b92a51c..5b81575d8 100644 --- a/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h +++ b/src/post/deinterlace/plugins/tomsmocomp/tomsmocompmacros.h @@ -2,6 +2,8 @@ #include #include +#include + #define USE_FOR_DSCALER #define MyMemCopy xine_fast_memcpy -- cgit v1.2.3