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/theStream.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/app/theStream.cpp') diff --git a/src/app/theStream.cpp b/src/app/theStream.cpp index fbb35ac..3f7e35a 100644 --- a/src/app/theStream.cpp +++ b/src/app/theStream.cpp @@ -2,11 +2,12 @@ // See COPYING file for licensing information #include + #include "../mxcl.library.h" #include "theStream.h" -#include #include "xineEngine.h" + namespace Codeine { #define e VideoWindow::s_instance -- cgit v1.2.1