summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-08-03 17:46:07 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-09-08 18:17:33 -0700
commit6687ea8eb9aa90003a55bff02260f053a3f33ea5 (patch)
treed2e81e7597e049b7f3c7b41e9d8402262d0ee98a
parent29f4204d1c807109cdbe555f760744f0c928b548 (diff)
downloadqtlocation-mapboxgl-6687ea8eb9aa90003a55bff02260f053a3f33ea5.tar.gz
[core] Remove unused include
-rw-r--r--src/mbgl/util/thread.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/util/thread.hpp b/src/mbgl/util/thread.hpp
index 91eef745fa..534f5fe1c0 100644
--- a/src/mbgl/util/thread.hpp
+++ b/src/mbgl/util/thread.hpp
@@ -10,8 +10,6 @@
#include <mbgl/util/thread_context.hpp>
#include <mbgl/platform/platform.hpp>
-#include <pthread.h>
-
namespace mbgl {
namespace util {