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