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>
This commit is contained in:
Berthold Stoeger 2018-09-28 12:09:18 +02:00 committed by Dirk Hohndel
parent 2e6df623bb
commit 3137fbe973
4 changed files with 10 additions and 4 deletions

View file

@ -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"