From 4ca91724d7700edb009a3037c7020aa033ce14d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= 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/videoWindow.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/app/videoWindow.cpp') diff --git a/src/app/videoWindow.cpp b/src/app/videoWindow.cpp index 2ecf65a..0f2d540 100644 --- a/src/app/videoWindow.cpp +++ b/src/app/videoWindow.cpp @@ -3,22 +3,23 @@ #define CODEINE_DEBUG_PREFIX "VideoWindow" -#include "actions.h" #include //std::log10 #include -#include "../debug.h" #include //::makeStandardCaption #include #include #include #include -#include "../mxcl.library.h" #include #include +#include +#include + +#include "../debug.h" +#include "../mxcl.library.h" +#include "actions.h" #include "slider.h" #include "theStream.h" -#include -#include #include "xineEngine.h" -- cgit v1.2.1