mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
2ec570098b
commit
ee839bf686
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue