summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyle.mm
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-11-22 15:49:12 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-11-22 20:58:51 +0100
commit4577c56745d90cfa00837d00e5e5605260a54879 (patch)
tree3d81568bfeac07a5f717a6e21943dc3c5b25bd5a /platform/darwin/src/MGLStyle.mm
parente76de0540284118845c93c4351c82c6c8d5a090a (diff)
downloadqtlocation-mapboxgl-4577c56745d90cfa00837d00e5e5605260a54879.tar.gz
[core] remove unused umbrella header in favor of individual includes
Diffstat (limited to 'platform/darwin/src/MGLStyle.mm')
-rw-r--r--platform/darwin/src/MGLStyle.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLStyle.mm b/platform/darwin/src/MGLStyle.mm
index 2deaf794e8..20c1917065 100644
--- a/platform/darwin/src/MGLStyle.mm
+++ b/platform/darwin/src/MGLStyle.mm
@@ -31,7 +31,6 @@
#include <mbgl/style/sources/geojson_source.hpp>
#include <mbgl/style/sources/vector_source.hpp>
#include <mbgl/style/sources/raster_source.hpp>
-#include <mbgl/mbgl.hpp>
#if TARGET_OS_IPHONE
#import "UIImage+MGLAdditions.h"