diff options
author | Salvador Cuñat <salvador.cunat@gmail.com> | 2016-06-15 20:59:34 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-01-05 13:14:17 -0800 |
commit | a71224b35048c5bb38a2f4c210e7f81689ff24c0 (patch) | |
tree | cb69f2d9b62044569d4c482faafa0016066a0426 /smtk-import/smtk_standalone.cpp | |
parent | 56b442ff979c060a5340853d10508a1d74ec9580 (diff) | |
download | subsurface-a71224b35048c5bb38a2f4c210e7f81689ff24c0.tar.gz |
Locate included header files
After commit 7be962b some directories changed their names.
Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
Diffstat (limited to 'smtk-import/smtk_standalone.cpp')
-rw-r--r-- | smtk-import/smtk_standalone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smtk-import/smtk_standalone.cpp b/smtk-import/smtk_standalone.cpp index 54d5b6a99..3abbcd707 100644 --- a/smtk-import/smtk_standalone.cpp +++ b/smtk-import/smtk_standalone.cpp @@ -1,6 +1,6 @@ #include <stdlib.h> #include <stdio.h> -#include "dive.h" +#include "core/dive.h" #include "smrtk2ssrfc_window.h" #include <QApplication> #include <QDebug> |