summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-10-28 06:57:10 +0100
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2020-10-28 11:27:58 +0100
commit7c70459f6cc087dd22bf1eb4d23b97acabea08e7 (patch)
treea11a24cbf34827049bbfcdd8d99855513870fe5f /desktop-widgets/tab-widgets
parentd747d76762ad745b510c645706c2dd708fe20302 (diff)
downloadsubsurface-7c70459f6cc087dd22bf1eb4d23b97acabea08e7.tar.gz
cleanup: remove unnecessary includes from maintab
These are artifacts from when the maintab contained more stuff. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/tab-widgets')
-rw-r--r--desktop-widgets/tab-widgets/maintab.cpp4
-rw-r--r--desktop-widgets/tab-widgets/maintab.h3
2 files changed, 0 insertions, 7 deletions
diff --git a/desktop-widgets/tab-widgets/maintab.cpp b/desktop-widgets/tab-widgets/maintab.cpp
index c322bb442..ff5cb4121 100644
--- a/desktop-widgets/tab-widgets/maintab.cpp
+++ b/desktop-widgets/tab-widgets/maintab.cpp
@@ -16,7 +16,6 @@
#include "core/selection.h"
#include "profile-widget/profilewidget2.h"
#include "desktop-widgets/diveplanner.h"
-#include "core/divesitehelpers.h"
#include "qt-models/divecomputerextradatamodel.h"
#include "qt-models/divelocationmodel.h"
#include "qt-models/filtermodels.h"
@@ -37,12 +36,9 @@
#include "TabDiveComputer.h"
#include <QCompleter>
-#include <QSettings>
#include <QScrollBar>
#include <QShortcut>
#include <QMessageBox>
-#include <QDesktopServices>
-#include <QStringList>
struct Completers {
QCompleter *divemaster;
diff --git a/desktop-widgets/tab-widgets/maintab.h b/desktop-widgets/tab-widgets/maintab.h
index e0bf908d1..a2fc111e9 100644
--- a/desktop-widgets/tab-widgets/maintab.h
+++ b/desktop-widgets/tab-widgets/maintab.h
@@ -9,9 +9,6 @@
#define MAINTAB_H
#include <QTabWidget>
-#include <QDialog>
-#include <QMap>
-#include <QUuid>
#include "ui_maintab.h"
#include "qt-models/completionmodels.h"