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 --- tests/testprofile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testprofile.cpp') diff --git a/tests/testprofile.cpp b/tests/testprofile.cpp index f64848e46..4e1c470b4 100644 --- a/tests/testprofile.cpp +++ b/tests/testprofile.cpp @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 #include "testprofile.h" #include "core/divesite.h" +#include "core/trip.h" #include "core/file.h" void TestProfile::testRedCeiling() -- cgit v1.2.3-70-g09d2