mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Core: remove dive.h from files that don't need it
Of course, quite a few of them indirectly get it through other header files. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
be64f6f3c0
commit
ea83b5ed37
39 changed files with 0 additions and 40 deletions
|
@ -4,14 +4,12 @@
|
|||
#include "profile-widget/divecartesianaxis.h"
|
||||
#include "profile-widget/divetextitem.h"
|
||||
#include "profile-widget/animationfunctions.h"
|
||||
#include "core/dive.h"
|
||||
#include "core/profile.h"
|
||||
#ifndef SUBSURFACE_MOBILE
|
||||
#include "desktop-widgets/preferences/preferencesdialog.h"
|
||||
#endif
|
||||
#include "qt-models/diveplannermodel.h"
|
||||
#include "core/helpers.h"
|
||||
#include "core/dive.h"
|
||||
#include "core/subsurface-qt/SettingsObjectWrapper.h"
|
||||
#include "libdivecomputer/parser.h"
|
||||
#include "profile-widget/profilewidget2.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue