summaryrefslogtreecommitdiffstats
path: root/subsurface-mobile-main.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-06-14 11:55:06 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-09-29 16:13:03 -0700
commitcef15c978d466af37a0f453c50f2e8942ed7cdc2 (patch)
tree92ccf895cf19b9cc3969e5dfc4ef61a9bdc14527 /subsurface-mobile-main.cpp
parent4a78f5798ac23d5742e47a2aa99c81493d6b280d (diff)
downloadsubsurface-cef15c978d466af37a0f453c50f2e8942ed7cdc2.tar.gz
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 <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'subsurface-mobile-main.cpp')
-rw-r--r--subsurface-mobile-main.cpp1
1 files changed, 1 insertions, 0 deletions
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"