summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-14 16:50:37 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-15 09:56:18 -0700
commit1ee0055710b31de4fa51a7cc58efe77973255114 (patch)
treee640c70fd02a9b33ed8a9742b29cca9308d826d7 /src/mbgl/annotation
parent9d18d65eda9e564553ce712cfed5c7615986b0f2 (diff)
downloadqtlocation-mapboxgl-1ee0055710b31de4fa51a7cc58efe77973255114.tar.gz
[core] Eliminate MapData
Diffstat (limited to 'src/mbgl/annotation')
-rw-r--r--src/mbgl/annotation/annotation_tile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mbgl/annotation/annotation_tile.cpp b/src/mbgl/annotation/annotation_tile.cpp
index a8195d0dc8..176b7c11f1 100644
--- a/src/mbgl/annotation/annotation_tile.cpp
+++ b/src/mbgl/annotation/annotation_tile.cpp
@@ -1,7 +1,8 @@
#include <mbgl/annotation/annotation_tile.hpp>
+#include <mbgl/annotation/annotation_manager.hpp>
#include <mbgl/util/constants.hpp>
-#include <mbgl/map/map_data.hpp>
#include <mbgl/storage/file_source.hpp>
+
#include <utility>
namespace mbgl {