summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/map/map.hpp')
-rw-r--r--include/mbgl/map/map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 06695778eb..f60117bb0c 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -2,7 +2,6 @@
#define MBGL_MAP_MAP
#include <mbgl/util/chrono.hpp>
-#include <mbgl/map/camera.hpp>
#include <mbgl/map/update.hpp>
#include <mbgl/map/mode.hpp>
#include <mbgl/util/geo.hpp>
@@ -26,6 +25,7 @@ class SpriteImage;
class Transform;
class PointAnnotation;
class ShapeAnnotation;
+struct CameraOptions;
namespace util {
template <class T> class Thread;