diff options
Diffstat (limited to 'core/parse-gpx.h')
-rw-r--r-- | core/parse-gpx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/parse-gpx.h b/core/parse-gpx.h index f051a65ae..92be396ec 100644 --- a/core/parse-gpx.h +++ b/core/parse-gpx.h @@ -2,8 +2,7 @@ #ifndef PARSE_GPX_H #define PARSE_GPX_H - -#include <QFile> +#include <QString> struct dive_coords { // This structure holds important information after parsing the GPX file: time_t start_dive; // Start time of the current dive, obtained using current_dive (local time) @@ -19,4 +18,3 @@ struct dive_coords { // This structure holds important information after int getCoordsFromGPXFile(dive_coords *coords, QString fileName); #endif - |