1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Move the DEM sources to the common folder now that we use them in map/data

This commit is contained in:
2024-02-22 21:34:34 +01:00
parent 108e68c7c9
commit f7a81cafd5
11 changed files with 20 additions and 20 deletions

View File

@ -14,11 +14,11 @@
#include "common/programpaths.h"
#include "common/config.h"
#include "common/downloader.h"
#include "common/dem.h"
#include "map/ellipsoid.h"
#include "map/gcs.h"
#include "map/conversion.h"
#include "map/pcs.h"
#include "data/dem.h"
#include "data/waypoint.h"
#include "gui.h"
#include "mapaction.h"

View File

@ -7,9 +7,9 @@
#include <QClipboard>
#include <QOpenGLWidget>
#include <QGeoPositionInfoSource>
#include "common/dem.h"
#include "data/poi.h"
#include "data/data.h"
#include "data/dem.h"
#include "map/map.h"
#include "map/pcs.h"
#include "trackitem.h"