summaryrefslogtreecommitdiffstats
path: root/src/app/videoSettings.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-29 19:14:27 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-29 19:14:27 +0200
commit4ca91724d7700edb009a3037c7020aa033ce14d7 (patch)
tree7bda9d552603888a4805b5c3fec4bdde10947ae7 /src/app/videoSettings.cpp
parent7090ff34ea4f78bb5ae8a2b644ed44893996cce6 (diff)
downloadcodeine-4ca91724d7700edb009a3037c7020aa033ce14d7.tar.gz
codeine-4ca91724d7700edb009a3037c7020aa033ce14d7.zip
Drop the use of the HAVE_XINE_H definition.
Add include <xine.h> to the appropriate headers. Clean up the arrangement of include files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/app/videoSettings.cpp')
-rw-r--r--src/app/videoSettings.cpp5
1 files changed, 3 insertions, 2 deletions
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 <twin.h>
-#include "../mxcl.library.h"
#include <tqlabel.h>
#include <tqlayout.h>
#include <tqslider.h>
+
+#include "../mxcl.library.h"
#include "videoSettings.h"
-#include <xine.h>
#include "xineEngine.h"
+
extern "C"
{
// #include <X11/Xlib.h> is just dangerous! Here, there is a macro for Below that conflicts