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>
This commit is contained in:
Berthold Stoeger 2020-06-14 11:55:06 +02:00 committed by Dirk Hohndel
parent 4a78f5798a
commit cef15c978d
4 changed files with 5 additions and 4 deletions

View file

@ -9,6 +9,7 @@
#include "core/color.h"
#include "core/downloadfromdcthread.h" // for fill_computer_list
#include "core/errorhelper.h"
#include "core/parse.h"
#include "core/qt-gui.h"
#include "core/qthelper.h"
#include "core/subsurfacestartup.h"