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>
This commit is contained in:
jan Iversen 2019-12-14 22:43:08 +01:00 committed by Dirk Hohndel
parent 0ab8bd5eca
commit 7181b7bcd1

View file

@ -4,7 +4,7 @@
#include <QObject> #include <QObject>
#include <QFuture> #include <QFuture>
#include "dive.h" #include "core/dive.h"
class exportFuncs: public QObject { class exportFuncs: public QObject {
Q_OBJECT Q_OBJECT