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:
parent
0ab8bd5eca
commit
7181b7bcd1
@ -4,7 +4,7 @@
|
||||
|
||||
#include <QObject>
|
||||
#include <QFuture>
|
||||
#include "dive.h"
|
||||
#include "core/dive.h"
|
||||
|
||||
class exportFuncs: public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user