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:
Berthold Stoeger 2022-03-12 10:44:37 +01:00 committed by Dirk Hohndel
parent 04241ebb9d
commit 1496bbc314
7 changed files with 15 additions and 13 deletions

View file

@ -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>