From f3e1187e65df8e3fdd989cbee19ee2b9472c6735 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 3 Mar 2019 22:29:40 +0100 Subject: 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 --- export-html.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'export-html.cpp') diff --git a/export-html.cpp b/export-html.cpp index b0ee229f1..3e116f3cb 100644 --- a/export-html.cpp +++ b/export-html.cpp @@ -8,6 +8,8 @@ #include "core/qt-gui.h" #include "core/qthelper.h" +#include "core/file.h" +#include "core/divesite.h" #include "core/save-html.h" #include #include "git2.h" -- cgit v1.2.3-70-g09d2