Cleanup: only use necessary includes in exportfuncs.h

Forward declare if possible.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-02-06 22:41:36 +01:00 committed by Dirk Hohndel
parent 2ec570098b
commit ee839bf686

View file

@ -2,9 +2,10 @@
#ifndef EXPORTFUNCS_H
#define EXPORTFUNCS_H
#include <QObject>
#include <QString>
#include <QFuture>
#include "core/dive.h"
struct dive_site;
void exportProfile(QString filename, const bool selected_only);
void export_TeX(const char *filename, const bool selected_only, bool plain);