summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets/maintab.h
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/maintab.h
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/maintab.h')
-rw-r--r--desktop-widgets/tab-widgets/maintab.h3
1 files changed, 0 insertions, 3 deletions
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"