diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-09-28 12:09:18 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-28 07:47:39 -0700 |
commit | 3137fbe973301248530c0aa85c69bf49ad32664a (patch) | |
tree | d112083860602ed1ffa382816d2aa5f53ef0f40a /desktop-widgets | |
parent | 2e6df623bbf582e1177afb68af3bdb7843fca9d9 (diff) | |
download | subsurface-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.cpp | 1 |
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" |