From 0136d76cf4fd5c62f4224d2d721fce2b78097104 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 15 Jul 2019 23:36:14 +0200 Subject: Cleanup: move deco function declarations to deco.h Another tiny step in making dive.h smaller: move function declarations to deco.h if these functions are defined in deco.c and don't directly concern dives. Signed-off-by: Berthold Stoeger --- core/divelist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core/divelist.c') diff --git a/core/divelist.c b/core/divelist.c index 292e90c73..71a4b9bda 100644 --- a/core/divelist.c +++ b/core/divelist.c @@ -12,6 +12,7 @@ #include #include "subsurface-string.h" +#include "deco.h" #include "divesite.h" #include "divelist.h" #include "display.h" -- cgit v1.2.3-70-g09d2