summaryrefslogtreecommitdiff
path: root/src/mbgl/sprite
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-08-26 17:47:44 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-09-06 12:52:13 -0700
commit5b8d90bf0073c29790e9acaaf12471296de054ff (patch)
treec6c03035384248b674a890e7d0c70c83be9f4b48 /src/mbgl/sprite
parent0afd14ae29e03f2781981180ddc42208e3da67c0 (diff)
downloadqtlocation-mapboxgl-5b8d90bf0073c29790e9acaaf12471296de054ff.tar.gz
[core] Delete the now-unused ptr.hpp
Diffstat (limited to 'src/mbgl/sprite')
-rw-r--r--src/mbgl/sprite/sprite_atlas.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/sprite/sprite_atlas.hpp b/src/mbgl/sprite/sprite_atlas.hpp
index 990ba59e03..b58a16ab53 100644
--- a/src/mbgl/sprite/sprite_atlas.hpp
+++ b/src/mbgl/sprite/sprite_atlas.hpp
@@ -4,7 +4,6 @@
#include <mbgl/gl/gl.hpp>
#include <mbgl/gl/object_store.hpp>
#include <mbgl/util/noncopyable.hpp>
-#include <mbgl/util/ptr.hpp>
#include <mbgl/util/optional.hpp>
#include <atomic>