From 95284c026e763482ef581c8b6298012d2c1fd941 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 1 May 2020 13:43:52 +0200 Subject: cleanup: move dive_table from dive.h to divelist.h This allows us to decouple dive.h and divelist.h, a small step in include disentangling. Signed-off-by: Berthold Stoeger --- tests/testAirPressure.cpp | 1 + tests/testgitstorage.cpp | 1 + tests/testmerge.cpp | 1 + tests/testpicture.cpp | 1 + tests/testrenumber.cpp | 1 + 5 files changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/testAirPressure.cpp b/tests/testAirPressure.cpp index f7d63848a..f8144dd7c 100644 --- a/tests/testAirPressure.cpp +++ b/tests/testAirPressure.cpp @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include "testAirPressure.h" +#include "core/dive.h" #include "core/divesite.h" #include "core/trip.h" #include "core/file.h" diff --git a/tests/testgitstorage.cpp b/tests/testgitstorage.cpp index c5dc612f5..135b0dc3f 100644 --- a/tests/testgitstorage.cpp +++ b/tests/testgitstorage.cpp @@ -2,6 +2,7 @@ #include "testgitstorage.h" #include "git2.h" +#include "core/dive.h" #include "core/divesite.h" #include "core/file.h" #include "core/qthelper.h" diff --git a/tests/testmerge.cpp b/tests/testmerge.cpp index f57f85429..7fa18756c 100644 --- a/tests/testmerge.cpp +++ b/tests/testmerge.cpp @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include "testmerge.h" +#include "core/dive.h" // for save_dives() #include "core/divesite.h" #include "core/file.h" #include "core/trip.h" diff --git a/tests/testpicture.cpp b/tests/testpicture.cpp index 08922b1aa..da8fedeec 100644 --- a/tests/testpicture.cpp +++ b/tests/testpicture.cpp @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include "testpicture.h" +#include "core/dive.h" #include "core/divesite.h" #include "core/errorhelper.h" #include "core/picture.h" diff --git a/tests/testrenumber.cpp b/tests/testrenumber.cpp index 53da23f65..abb0058c1 100644 --- a/tests/testrenumber.cpp +++ b/tests/testrenumber.cpp @@ -1,5 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include "testrenumber.h" +#include "core/dive.h" #include "core/divesite.h" #include "core/trip.h" #include "core/file.h" -- cgit v1.2.3-70-g09d2