diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-08-03 17:46:07 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-01-19 12:47:33 +0100 |
commit | 7b61324d13fc98e95a4e4aa96267b7eb30870a23 (patch) | |
tree | ddff5c82cdc3b2a6c7aa368950e38f7a6bdd6d78 /src | |
parent | 5c144a2d839c9aabc8e5bdaa8948d52cce30ace6 (diff) | |
download | qtlocation-mapboxgl-7b61324d13fc98e95a4e4aa96267b7eb30870a23.tar.gz |
[core] Remove unused include
pthread is not used directly, but per platform basis.
Diffstat (limited to 'src')
-rw-r--r-- | src/mbgl/util/thread.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/util/thread.hpp b/src/mbgl/util/thread.hpp index 8cfef8a764..b03c7f3e7c 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/util/platform.hpp> -#include <pthread.h> - namespace mbgl { namespace util { |