summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-06 10:04:17 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-06 10:04:17 -0800
commit7e5b66d2c47538b3fcda806600e246b6cfb1d19d (patch)
treecc4914171e0ff822efec26ec4e72c828b7a537a8
parent5d758524be39689b8b1f0905bc843e175c1f57cb (diff)
downloadsubsurface-7e5b66d2c47538b3fcda806600e246b6cfb1d19d.tar.gz
Remove more unnecessary include file references
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--profile-widget/diveprofileitem.cpp2
-rw-r--r--subsurface-android-helper.cpp1
-rw-r--r--subsurface-android-main.cpp2
3 files changed, 0 insertions, 5 deletions
diff --git a/profile-widget/diveprofileitem.cpp b/profile-widget/diveprofileitem.cpp
index 29d7b31df..b4e33fe1b 100644
--- a/profile-widget/diveprofileitem.cpp
+++ b/profile-widget/diveprofileitem.cpp
@@ -9,9 +9,7 @@
#include "diveplannermodel.h"
#include "helpers.h"
#include "libdivecomputer/parser.h"
-#include "maintab.h"
#include "profilewidget2.h"
-#include "diveplanner.h"
#include <QSettings>
diff --git a/subsurface-android-helper.cpp b/subsurface-android-helper.cpp
index a9fdf4031..e982760f8 100644
--- a/subsurface-android-helper.cpp
+++ b/subsurface-android-helper.cpp
@@ -2,7 +2,6 @@
/* Qt UI implementation */
#include "dive.h"
#include "display.h"
-#include "desktop-widgets/mainwindow.h"
#include "helpers.h"
#include <QApplication>
diff --git a/subsurface-android-main.cpp b/subsurface-android-main.cpp
index db974119e..77c574bb1 100644
--- a/subsurface-android-main.cpp
+++ b/subsurface-android-main.cpp
@@ -8,8 +8,6 @@
#include "dive.h"
#include "qt-gui.h"
#include "subsurfacestartup.h"
-#include "desktop-widgets/mainwindow.h"
-#include "desktop-widgets/diveplanner.h"
#include "subsurface-core/color.h"
#include "qthelper.h"