From cef15c978d466af37a0f453c50f2e8942ed7cdc2 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 14 Jun 2020 11:55:06 +0200 Subject: cleanup: move function declarations from dive.h to parse.h The parse_* functions should probably be declared in parse.h. Arguably, parse_xml_init() and parse_xml_exit() should be moved to an init.h file, however that doesn't yet exist. Signed-off-by: Berthold Stoeger --- subsurface-mobile-main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'subsurface-mobile-main.cpp') diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp index 7cfcd778d..efaeeac36 100644 --- a/subsurface-mobile-main.cpp +++ b/subsurface-mobile-main.cpp @@ -9,6 +9,7 @@ #include "core/dive.h" #include "core/color.h" #include "core/downloadfromdcthread.h" +#include "core/parse.h" #include "core/qt-gui.h" #include "core/qthelper.h" #include "core/subsurfacestartup.h" -- cgit v1.2.3-70-g09d2