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 --- desktop-widgets/command_base.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop-widgets/command_base.h') diff --git a/desktop-widgets/command_base.h b/desktop-widgets/command_base.h index 85ca6f8de..9a2f6cf34 100644 --- a/desktop-widgets/command_base.h +++ b/desktop-widgets/command_base.h @@ -5,6 +5,7 @@ #define COMMAND_BASE_H #include "core/divesite.h" +#include "core/trip.h" #include #include // For Q_DECLARE_TR_FUNCTIONS -- cgit v1.2.3-70-g09d2