diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-06-10 16:21:49 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-06-13 10:57:46 -0700 |
commit | 3ab7c1cca3aa4658b40af1d7d591850e005d011e (patch) | |
tree | 6d2a71e05397825efac7bdc788ce4a64146d4af9 /src/mbgl/algorithm | |
parent | 39b0b36759c991bc6f99dc751a97d6438b277d09 (diff) | |
download | qtlocation-mapboxgl-3ab7c1cca3aa4658b40af1d7d591850e005d011e.tar.gz |
[core] Tile ⇢ RenderTile
Diffstat (limited to 'src/mbgl/algorithm')
-rw-r--r-- | src/mbgl/algorithm/generate_clip_ids.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/algorithm/generate_clip_ids.cpp b/src/mbgl/algorithm/generate_clip_ids.cpp index 208db797d0..74e0ee242f 100644 --- a/src/mbgl/algorithm/generate_clip_ids.cpp +++ b/src/mbgl/algorithm/generate_clip_ids.cpp @@ -2,7 +2,6 @@ #include <mbgl/algorithm/covered_by_children.hpp> #include <mbgl/util/std.hpp> -#include <mbgl/tile/tile.hpp> #include <list> #include <vector> |