1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-25 18:49:16 +02:00

Code cleanup

This commit is contained in:
2018-01-22 00:38:13 +01:00
parent d6de3acbd2
commit 77c4eda385
6 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#include "common/coordinates.h"
#include "data/str2int.h"
#include "common/str2int.h"
#include "angularunits.h"
static double sDMS2deg(double val)