mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove system includes from dive.c
Let the various source files include the system headers they need themselves. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
2b86fe84f9
commit
f9c3227975
9 changed files with 20 additions and 13 deletions
10
core/dive.h
10
core/dive.h
|
|
@ -4,19 +4,13 @@
|
|||
|
||||
// dive and dive computer related structures and helpers
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "divemode.h"
|
||||
#include "divecomputer.h"
|
||||
#include "equipment.h"
|
||||
#include "picture.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue