mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +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…
Add table
Reference in a new issue