From 8212acc9925b28ecd546b01047c6a8fc574326ef Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 25 Oct 2020 09:14:16 +0100 Subject: cleanup: break out event-related code into event.[c|h] In an effort to reduce the size of dive.h and dive.c, break out the event related functions. Moreover event-names were handled by the profile-code, collect that also in the new source files. Signed-off-by: Berthold Stoeger --- core/parse.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/parse.h') diff --git a/core/parse.h b/core/parse.h index 7c4529739..224403585 100644 --- a/core/parse.h +++ b/core/parse.h @@ -4,7 +4,9 @@ #define MAX_EVENT_NAME 128 -#include "dive.h" // for struct event! +#include "event.h" +#include "picture.h" +#include "dive.h" // for "struct extra_data" #include "filterpreset.h" #include -- cgit v1.2.3-70-g09d2