summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-09-28 12:09:18 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-28 07:47:39 -0700
commit3137fbe973301248530c0aa85c69bf49ad32664a (patch)
treed112083860602ed1ffa382816d2aa5f53ef0f40a /tests
parent2e6df623bbf582e1177afb68af3bdb7843fca9d9 (diff)
downloadsubsurface-3137fbe973301248530c0aa85c69bf49ad32664a.tar.gz
Cleanup: remove redundant prototypes from dive.h
A few of these prototypes were already in import-csv.h. Put them in an 'extern "C" { ... }' block. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/testparse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp
index 623e6cc5e..9f88a19aa 100644
--- a/tests/testparse.cpp
+++ b/tests/testparse.cpp
@@ -3,6 +3,7 @@
#include "core/dive.h"
#include "core/divelist.h"
#include "core/file.h"
+#include "core/import-csv.h"
#include "core/parse.h"
#include "core/qthelper.h"
#include "core/subsurface-string.h"