mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
d747d76762
commit
7c70459f6c
2 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -9,9 +9,6 @@
|
|||
#define MAINTAB_H
|
||||
|
||||
#include <QTabWidget>
|
||||
#include <QDialog>
|
||||
#include <QMap>
|
||||
#include <QUuid>
|
||||
|
||||
#include "ui_maintab.h"
|
||||
#include "qt-models/completionmodels.h"
|
||||
|
|
Loading…
Reference in a new issue