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
|
|
@ -5,7 +5,7 @@
|
|||
#include <fnmatch.h>
|
||||
#include "dive.h"
|
||||
#include "file.h"
|
||||
#include "display.h"
|
||||
#include "device.h"
|
||||
#include "core/qthelper.h"
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#if !defined(__IPHONE_5_0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue