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 --- smtk-import/smartrak.c | 1 + 1 file changed, 1 insertion(+) (limited to 'smtk-import') diff --git a/smtk-import/smartrak.c b/smtk-import/smartrak.c index 5f027ee5e..aaa9cb47f 100644 --- a/smtk-import/smartrak.c +++ b/smtk-import/smartrak.c @@ -30,6 +30,7 @@ #include "core/subsurface-string.h" #include "core/gettext.h" #include "core/divelist.h" +#include "core/event.h" #include "core/libdivecomputer.h" #include "core/divesite.h" #include "core/membuffer.h" -- cgit v1.2.3-70-g09d2