mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:33:24 +00:00
Core: unconditionally include stdio.h in libdivecomputer.h
Header files should compile regardless of order of inclusion. Since libdivecomputer.h uses FILE unconditional include of stdio.h is the correct thing to do. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
302b39bcd5
commit
309a8c5b14
1 changed files with 0 additions and 2 deletions
|
@ -3,9 +3,7 @@
|
||||||
#define LIBDIVECOMPUTER_H
|
#define LIBDIVECOMPUTER_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#if defined(Q_OS_IOS)
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
/* libdivecomputer */
|
/* libdivecomputer */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue