From 67a1f7e108a09e5d62625fa89a874b0230bdcadd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 19 Jan 2020 17:05:26 +0100 Subject: [PATCH] Includes cleanup --- src/map/imgmap.cpp | 1 + src/map/imgmap.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/imgmap.cpp b/src/map/imgmap.cpp index dc8f660f..2d7a24a1 100644 --- a/src/map/imgmap.cpp +++ b/src/map/imgmap.cpp @@ -9,6 +9,7 @@ #endif // QT_VERSION < 5 #include "common/rectc.h" #include "common/wgs84.h" +#include "common/range.h" #include "IMG/textpathitem.h" #include "IMG/textpointitem.h" #include "IMG/bitmapline.h" diff --git a/src/map/imgmap.h b/src/map/imgmap.h index 2dfbd7dd..47834daa 100644 --- a/src/map/imgmap.h +++ b/src/map/imgmap.h @@ -4,7 +4,6 @@ #include "map.h" #include "projection.h" #include "transform.h" -#include "common/range.h" #include "IMG/img.h" class TextItem;