mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
4a78f5798a
commit
cef15c978d
4 changed files with 5 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue