summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-03-15 12:48:45 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-03-21 09:27:22 -0700
commit86cddaf751e4c66f117b28fb013a43486581c948 (patch)
treed66feedbbdae6d4937eb053ade75f7efd802ee2c /src/mbgl/annotation
parentc16bd14416655101cd5e0fc0312b474271ad6470 (diff)
downloadqtlocation-mapboxgl-86cddaf751e4c66f117b28fb013a43486581c948.tar.gz
[core] Remove unnecessary unordered_map includes
Diffstat (limited to 'src/mbgl/annotation')
-rw-r--r--src/mbgl/annotation/annotation_manager.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/annotation/annotation_manager.hpp b/src/mbgl/annotation/annotation_manager.hpp
index 856aeeed72..d254a360e0 100644
--- a/src/mbgl/annotation/annotation_manager.hpp
+++ b/src/mbgl/annotation/annotation_manager.hpp
@@ -9,7 +9,6 @@
#include <string>
#include <vector>
#include <unordered_set>
-#include <unordered_map>
namespace mbgl {