cleanup: move application flags to core/subsurfacehelper.h

These flags are not dive-related, therefore move their declaration
to the appropriate header file. Likewise, move their definition
from parse-xml.c to subsurfacehelper.c

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-10-25 13:57:18 +01:00 committed by Dirk Hohndel
parent 17d21dbf40
commit 2b86fe84f9
6 changed files with 7 additions and 8 deletions

View file

@ -36,6 +36,7 @@
#include "core/cloudstorage.h"
#include "core/membuffer.h"
#include "core/downloadfromdcthread.h"
#include "core/subsurfacestartup.h" // for ignore_bt flag
#include "core/subsurface-string.h"
#include "core/pref.h"
#include "core/selection.h"