summaryrefslogtreecommitdiffstats
path: root/src/app/captureFrame.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/captureFrame.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/captureFrame.cpp')
-rw-r--r--src/app/captureFrame.cpp8
1 files changed, 4 insertions, 4 deletions
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 <tdefiledialog.h>
#include <kpreviewwidgetbase.h>
#include <kpushbutton.h>
#include <kstatusbar.h>
#include <kstdguiitem.h>
-#include "mainWindow.h"
-#include "../mxcl.library.h"
#include <tqdialog.h>
#include <tqhbox.h>
#include <tqlabel.h>
@@ -16,9 +13,12 @@
#include <tqlayout.h>
#include <tqpainter.h>
#include <tqstringlist.h>
+
+#include "../debug.h"
+#include "../mxcl.library.h"
+#include "mainWindow.h"
#include "theStream.h"
#include "xineEngine.h"
-#include <xine.h>
namespace Codeine {