summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/annotation_tile.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-11 17:30:35 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-02-11 17:30:35 -0800
commit62bbf2627a32a57188e4026aca8dc337e07ded7f (patch)
tree4db2a7e2bef2491eb7a8b98b0caa8b61aeae7283 /src/mbgl/annotation/annotation_tile.hpp
parent43c44eccdc56c50e41e8efbe5f7a34b57eed756f (diff)
downloadqtlocation-mapboxgl-62bbf2627a32a57188e4026aca8dc337e07ded7f.tar.gz
[core] Organize files that were in map folder better
Fixes #996
Diffstat (limited to 'src/mbgl/annotation/annotation_tile.hpp')
-rw-r--r--src/mbgl/annotation/annotation_tile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/annotation/annotation_tile.hpp b/src/mbgl/annotation/annotation_tile.hpp
index 742a4114a8..b2d98c6a3b 100644
--- a/src/mbgl/annotation/annotation_tile.hpp
+++ b/src/mbgl/annotation/annotation_tile.hpp
@@ -1,7 +1,7 @@
#ifndef MBGL_ANNOTATION_TILE
#define MBGL_ANNOTATION_TILE
-#include <mbgl/map/geometry_tile.hpp>
+#include <mbgl/tile/geometry_tile.hpp>
#include <mbgl/map/tile_id.hpp>
#include <map>