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/captureFrame.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/app/captureFrame.cpp') diff --git a/src/app/captureFrame.cpp b/src/app/captureFrame.cpp index 1ef8a4f..827a292 100644 --- a/src/app/captureFrame.cpp +++ b/src/app/captureFrame.cpp @@ -1,14 +1,11 @@ // (C) 2005 Max Howell (max.howell@methylblue.com) // See COPYING file for licensing information -#include "../debug.h" #include #include #include #include #include -#include "mainWindow.h" -#include "../mxcl.library.h" #include #include #include @@ -16,9 +13,12 @@ #include #include #include + +#include "../debug.h" +#include "../mxcl.library.h" +#include "mainWindow.h" #include "theStream.h" #include "xineEngine.h" -#include namespace Codeine { -- cgit v1.2.3