From 7f4d9db962e73aa5d5089c43c99b78b3690ffb87 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 31 May 2019 16:09:14 +0200 Subject: Cleanup: move trip-related functions into own translation unit These functions were spread out over dive.c and divelist.c. Move them into their own file to make all this a bit less monolithic. Signed-off-by: Berthold Stoeger --- core/save-git.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/save-git.c') diff --git a/core/save-git.c b/core/save-git.c index bbf70c373..9702260a2 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -19,7 +19,7 @@ #include "divesite.h" #include "subsurface-string.h" -#include "divelist.h" +#include "trip.h" #include "device.h" #include "membuffer.h" #include "git-access.h" -- cgit v1.2.3-70-g09d2