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.cpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/app/xineEngine.cpp') diff --git a/src/app/xineEngine.cpp b/src/app/xineEngine.cpp index d89d300..3409a20 100644 --- a/src/app/xineEngine.cpp +++ b/src/app/xineEngine.cpp @@ -3,23 +3,24 @@ #define CODEINE_DEBUG_PREFIX "engine" -#include "actions.h" //::seek() FIXME unfortunate #include //the fade out -#include "codeineConfig.h" -#include "../debug.h" #include #include -#include "../mxcl.library.h" #include //::sendEvent() #include //record() #include //::exists() +#include +#include + +#include "../debug.h" +#include "../mxcl.library.h" +#include "actions.h" //::seek() FIXME unfortunate +#include "codeineConfig.h" #include "slider.h" #include "theStream.h" -#include #include "xineEngine.h" #include "xineScope.h" -#include -#include + #define XINE_SAFE_MODE 1 -- cgit v1.2.3