diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-11-22 15:49:12 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-11-22 20:58:51 +0100 |
commit | 4577c56745d90cfa00837d00e5e5605260a54879 (patch) | |
tree | 3d81568bfeac07a5f717a6e21943dc3c5b25bd5a /include/mbgl | |
parent | e76de0540284118845c93c4351c82c6c8d5a090a (diff) | |
download | qtlocation-mapboxgl-4577c56745d90cfa00837d00e5e5605260a54879.tar.gz |
[core] remove unused umbrella header in favor of individual includes
Diffstat (limited to 'include/mbgl')
-rw-r--r-- | include/mbgl/mbgl.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mbgl/mbgl.hpp b/include/mbgl/mbgl.hpp deleted file mode 100644 index 5cfc9cb45f..0000000000 --- a/include/mbgl/mbgl.hpp +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once - -#include "map/map.hpp" -#include "map/view.hpp" |