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 --- core/planner.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/planner.c') diff --git a/core/planner.c b/core/planner.c index f4fb9ee80..5119938f0 100644 --- a/core/planner.c +++ b/core/planner.c @@ -10,7 +10,8 @@ #include #include #include "ssrf.h" -#include "divelist.h" +#include "dive.h" +#include "divelist.h" // for init_decompression() #include "subsurface-string.h" #include "deco.h" #include "errorhelper.h" -- cgit v1.2.3-70-g09d2