mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: move device related functions from display.h to device.h
It is ominous that these functions were declared in display.h. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
04241ebb9d
commit
1496bbc314
7 changed files with 15 additions and 13 deletions
|
|
@ -1,7 +1,8 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
/* implements Android specific functions */
|
||||
#include "dive.h"
|
||||
#include "display.h"
|
||||
#include "device.h"
|
||||
#include "libdivecomputer.h"
|
||||
#include "file.h"
|
||||
#include "qthelper.h"
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue