mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
cleanup: remove unneeded includes from TabDiveEquipment.cpp
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
63414fc823
commit
39bc6e3bdd
1 changed files with 0 additions and 5 deletions
|
@ -1,18 +1,13 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include "TabDiveEquipment.h"
|
||||
#include "maintab.h"
|
||||
#include "desktop-widgets/mainwindow.h" // TODO: Only used temporarilly for edit mode changes
|
||||
#include "desktop-widgets/simplewidgets.h" // For isGnome3Session()
|
||||
#include "desktop-widgets/modeldelegates.h"
|
||||
#include "commands/command.h"
|
||||
#include "profile-widget/profilewidget2.h"
|
||||
|
||||
#include "qt-models/cylindermodel.h"
|
||||
#include "qt-models/weightmodel.h"
|
||||
|
||||
#include "core/subsurface-string.h"
|
||||
#include "core/divelist.h"
|
||||
|
||||
#include <QSettings>
|
||||
#include <QCompleter>
|
||||
|
||||
|
|
Loading…
Reference in a new issue