From 95284c026e763482ef581c8b6298012d2c1fd941 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 1 May 2020 13:43:52 +0200 Subject: cleanup: move dive_table from dive.h to divelist.h This allows us to decouple dive.h and divelist.h, a small step in include disentangling. Signed-off-by: Berthold Stoeger --- core/parse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/parse.h') diff --git a/core/parse.h b/core/parse.h index 23b9d5af4..56fbff7b4 100644 --- a/core/parse.h +++ b/core/parse.h @@ -4,6 +4,8 @@ #define MAX_EVENT_NAME 128 +#include "dive.h" // for struct event! + #include typedef union { -- cgit v1.2.3-70-g09d2