diff --git a/backend-shared/exportfuncs.h b/backend-shared/exportfuncs.h index 1b888b19f..ebd2b8fcb 100644 --- a/backend-shared/exportfuncs.h +++ b/backend-shared/exportfuncs.h @@ -2,9 +2,10 @@ #ifndef EXPORTFUNCS_H #define EXPORTFUNCS_H -#include +#include #include -#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);