summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-14 22:43:08 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-24 08:44:23 +0900
commit7181b7bcd1d63f4d0ba705a4688bc43ec0b27d8a (patch)
tree3cf314bfdce2f4ed3748294fcb4e74c8e1ed6c32 /core
parent0ab8bd5ecaf0cbd92387283e3c21aa47f72ce977 (diff)
downloadsubsurface-7181b7bcd1d63f4d0ba705a4688bc43ec0b27d8a.tar.gz
core: correct include in exportfuncs
change include "dive.h" to "core/dive.h", in order to prepare the file to moved away from core. Signed-off-by: Jan Iversen <jan@casacondor.com>
Diffstat (limited to 'core')
-rw-r--r--core/exportfuncs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/exportfuncs.h b/core/exportfuncs.h
index 9f0a17909..a378e152d 100644
--- a/core/exportfuncs.h
+++ b/core/exportfuncs.h
@@ -4,7 +4,7 @@
#include <QObject>
#include <QFuture>
-#include "dive.h"
+#include "core/dive.h"
class exportFuncs: public QObject {
Q_OBJECT