mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <QObject>
|
||||
#include <QFuture>
|
||||
#include "dive.h"
|
||||
#include "core/dive.h"
|
||||
|
||||
class exportFuncs: public QObject {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in a new issue