mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: fold display.h into profile.h
The only things in display.h were profile related, so the split between these two files is not comprehensible. In fact profile.h includes display.h, because it needs the struct defined therein. Let's just merge these two files. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
1496bbc314
commit
f9b9582a64
22 changed files with 25 additions and 54 deletions
|
@ -1,7 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include "desktop-widgets/configuredivecomputerdialog.h"
|
||||
|
||||
#include "core/display.h"
|
||||
#include "core/qthelper.h"
|
||||
#include "core/settings/qPrefDiveComputer.h"
|
||||
#include "desktop-widgets/mainwindow.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue