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/videoSettings.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/app/videoSettings.cpp') diff --git a/src/app/videoSettings.cpp b/src/app/videoSettings.cpp index cf759c2..3a45c5a 100644 --- a/src/app/videoSettings.cpp +++ b/src/app/videoSettings.cpp @@ -2,14 +2,15 @@ // See COPYING file for licensing information #include -#include "../mxcl.library.h" #include #include #include + +#include "../mxcl.library.h" #include "videoSettings.h" -#include #include "xineEngine.h" + extern "C" { // #include is just dangerous! Here, there is a macro for Below that conflicts -- cgit v1.2.3