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/xineConfig.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/app/xineConfig.cpp') diff --git a/src/app/xineConfig.cpp b/src/app/xineConfig.cpp index 7be1c76..9ad6b56 100644 --- a/src/app/xineConfig.cpp +++ b/src/app/xineConfig.cpp @@ -1,7 +1,6 @@ // (C) 2005 Max Howell (max.howell@methylblue.com) // See COPYING file for licensing information -#include "../debug.h" #include // XineConfigDialog::ctor -> to get the iconloader #include #include // XineConfigDialog::ctor @@ -17,8 +16,11 @@ #include #include #include + +#include "../debug.h" #include "xineConfig.h" + TQString i18n(const char *text); -- cgit v1.2.1