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:
Berthold Stoeger 2020-10-25 14:10:52 +01:00 committed by Dirk Hohndel
parent 2b86fe84f9
commit f9c3227975
9 changed files with 20 additions and 13 deletions

View file

@ -16,6 +16,8 @@
#define STATS_MAX_TEMP 40 /* Max temp for stats bucket is 40C */
#define STATS_TEMP_BUCKET 5 /* Size of buckets for temp range */
struct dive;
typedef struct
{
int period;