From 4ca91724d7700edb009a3037c7020aa033ce14d7 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Mon, 29 Jun 2020 19:14:27 +0200 Subject: Drop the use of the HAVE_XINE_H definition. Add include to the appropriate headers. Clean up the arrangement of include files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/app/xineEngine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/xineEngine.h') diff --git a/src/app/xineEngine.h b/src/app/xineEngine.h index 57017ce..bc2d389 100644 --- a/src/app/xineEngine.h +++ b/src/app/xineEngine.h @@ -10,6 +10,8 @@ #include #include #include +#include + typedef struct xine_s xine_t; typedef struct xine_stream_s xine_stream_t; @@ -83,9 +85,7 @@ namespace Codeine void channelsChanged( const TQStringList& ); private: - #ifdef HAVE_XINE_H static void xineEventListener( void*, const xine_event_t* ); - #endif uint posTimeLength( PosTimeLength ) const; void showErrorMessage(); -- cgit v1.2.3