summaryrefslogtreecommitdiffstats
path: root/smtk-import/smtk_standalone.cpp
diff options
context:
space:
mode:
authorGravatar Salvador Cuñat <salvador.cunat@gmail.com>2016-06-15 20:59:34 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-01-05 13:14:17 -0800
commita71224b35048c5bb38a2f4c210e7f81689ff24c0 (patch)
treecb69f2d9b62044569d4c482faafa0016066a0426 /smtk-import/smtk_standalone.cpp
parent56b442ff979c060a5340853d10508a1d74ec9580 (diff)
downloadsubsurface-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.cpp2
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>