summaryrefslogtreecommitdiff
path: root/src/mbgl/style/paint_property.hpp
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/style/paint_property.hpp
parentc16bd14416655101cd5e0fc0312b474271ad6470 (diff)
downloadqtlocation-mapboxgl-86cddaf751e4c66f117b28fb013a43486581c948.tar.gz
[core] Remove unnecessary unordered_map includes
Diffstat (limited to 'src/mbgl/style/paint_property.hpp')
-rw-r--r--src/mbgl/style/paint_property.hpp1
1 files changed, 0 insertions, 1 deletions
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 {