summaryrefslogtreecommitdiff
path: root/src/mbgl
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
parentc16bd14416655101cd5e0fc0312b474271ad6470 (diff)
downloadqtlocation-mapboxgl-86cddaf751e4c66f117b28fb013a43486581c948.tar.gz
[core] Remove unnecessary unordered_map includes
Diffstat (limited to 'src/mbgl')
-rw-r--r--src/mbgl/annotation/annotation_manager.hpp1
-rw-r--r--src/mbgl/gl/context.hpp1
-rw-r--r--src/mbgl/style/paint_property.hpp1
-rw-r--r--src/mbgl/tile/geometry_tile_worker.hpp1
-rw-r--r--src/mbgl/tile/vector_tile.cpp1
5 files changed, 0 insertions, 5 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 {
diff --git a/src/mbgl/gl/context.hpp b/src/mbgl/gl/context.hpp
index 9d3ecec662..e4cc5a3af2 100644
--- a/src/mbgl/gl/context.hpp
+++ b/src/mbgl/gl/context.hpp
@@ -21,7 +21,6 @@
#include <vector>
#include <array>
#include <string>
-#include <unordered_map>
namespace mbgl {
diff --git a/src/mbgl/style/paint_property.hpp b/src/mbgl/style/paint_property.hpp
index 3872cd1a94..6035f06583 100644
--- a/src/mbgl/style/paint_property.hpp
+++ b/src/mbgl/style/paint_property.hpp
@@ -15,7 +15,6 @@
#include <mbgl/util/indexed_tuple.hpp>
#include <mbgl/util/ignore.hpp>
-#include <unordered_map>
#include <utility>
namespace mbgl {
diff --git a/src/mbgl/tile/geometry_tile_worker.hpp b/src/mbgl/tile/geometry_tile_worker.hpp
index 58b5e23cfd..91bf81a697 100644
--- a/src/mbgl/tile/geometry_tile_worker.hpp
+++ b/src/mbgl/tile/geometry_tile_worker.hpp
@@ -8,7 +8,6 @@
#include <atomic>
#include <memory>
-#include <unordered_map>
namespace mbgl {
diff --git a/src/mbgl/tile/vector_tile.cpp b/src/mbgl/tile/vector_tile.cpp
index 68f48e81fd..4bb4d830ec 100644
--- a/src/mbgl/tile/vector_tile.cpp
+++ b/src/mbgl/tile/vector_tile.cpp
@@ -5,7 +5,6 @@
#include <protozero/pbf_reader.hpp>
#include <unordered_map>
-#include <unordered_map>
#include <functional>
#include <utility>