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/part/videoWindow.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/part/videoWindow.cpp') diff --git a/src/part/videoWindow.cpp b/src/part/videoWindow.cpp index 79d09ae..eb1c859 100644 --- a/src/part/videoWindow.cpp +++ b/src/part/videoWindow.cpp @@ -3,14 +3,16 @@ #define CODEINE_DEBUG_PREFIX "videoWindow" + #include -#include "../debug.h" #include //sendEvent() +#include #include #include -#include "videoWindow.h" #include //TODO this breaks compile for lots of people due to excessive macro content -#include //x11_visual_t + +#include "../debug.h" +#include "videoWindow.h" namespace Codeine { -- cgit v1.2.3