1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Properly removed the obsolete header file

This commit is contained in:
Martin Tůma 2018-01-26 01:33:00 +01:00
parent 04a145a2e7
commit 8a7edcfd8d
3 changed files with 0 additions and 3 deletions

View File

@ -87,7 +87,6 @@ HEADERS += src/config.h \
src/map/ozf.h \
src/map/atlas.h \
src/map/matrix.h \
src/map/misc.h \
src/map/geotiff.h \
src/map/pcs.h \
src/map/transform.h \

View File

@ -4,7 +4,6 @@
#include "common/rectc.h"
#include "common/wgs84.h"
#include "mercator.h"
#include "misc.h"
#include "emptymap.h"

View File

@ -7,7 +7,6 @@
#include "mercator.h"
#include "downloader.h"
#include "config.h"
#include "misc.h"
#include "onlinemap.h"