From 933b69a7cc8618e14305afb28d831e80a2610fba Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Sun, 6 Mar 2016 06:57:31 -0800 Subject: [PATCH] qt-gui.h shouldn't include QApplication [Dirk Hohndel: refactored the iOS patches] Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- subsurface-core/qt-gui.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/subsurface-core/qt-gui.h b/subsurface-core/qt-gui.h index ca038b145..92532d22f 100644 --- a/subsurface-core/qt-gui.h +++ b/subsurface-core/qt-gui.h @@ -1,8 +1,6 @@ #ifndef QT_GUI_H #define QT_GUI_H -#include - void init_qt_late(); void init_ui();