summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
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 /desktop-widgets
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 'desktop-widgets')
-rw-r--r--desktop-widgets/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp
index e4583a58e..08b4a07b5 100644
--- a/desktop-widgets/mainwindow.cpp
+++ b/desktop-widgets/mainwindow.cpp
@@ -23,6 +23,7 @@
#include "core/gettextfromc.h"
#include "core/git-access.h"
#include "core/isocialnetworkintegration.h"
+#include "core/import-csv.h"
#include "core/planner.h"
#include "core/pluginmanager.h"
#include "core/qthelper.h"