diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-03-03 22:29:40 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-12 18:19:07 +0300 |
commit | f3e1187e65df8e3fdd989cbee19ee2b9472c6735 (patch) | |
tree | 8127944c08d889184c980b1dfd94d611e09357f5 /desktop-widgets/mainwindow.cpp | |
parent | 7c64822b9b73ef76e2310ff2931f76e29899535e (diff) | |
download | subsurface-f3e1187e65df8e3fdd989cbee19ee2b9472c6735.tar.gz |
Cleanup: move parse-function declarations out of "dive.h"
Move the declaration of these functions to "file.h" and "parse.h"
according to the translation unit they are defined in. Thus, not
all users of "dive.h" have to suck in "sqlite3.h".
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/mainwindow.cpp')
-rw-r--r-- | desktop-widgets/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp index de8ce9b0a..651d77053 100644 --- a/desktop-widgets/mainwindow.cpp +++ b/desktop-widgets/mainwindow.cpp @@ -20,6 +20,7 @@ #include "core/color.h" #include "core/divecomputer.h" #include "core/divesitehelpers.h" +#include "core/file.h" #include "core/gettextfromc.h" #include "core/git-access.h" #include "core/import-csv.h" |