From d515f84caf9e1439378f65d7f9e8a88b9809e8ed Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Mon, 31 Aug 2015 14:40:09 +0300 Subject: [core] Remove unused libuv includes --- src/mbgl/style/class_dictionary.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mbgl/style/class_dictionary.cpp') diff --git a/src/mbgl/style/class_dictionary.cpp b/src/mbgl/style/class_dictionary.cpp index ba7c0d55be..021f791adc 100644 --- a/src/mbgl/style/class_dictionary.cpp +++ b/src/mbgl/style/class_dictionary.cpp @@ -1,14 +1,12 @@ #include -#include +#include namespace mbgl { ClassDictionary::ClassDictionary() {} ClassDictionary &ClassDictionary::Get() { - // Note: We should eventually switch to uv_key_* functions, but libuv 0.10 doesn't have these - // yet. Instead, we're using the pthread functions directly for now. static pthread_once_t store_once = PTHREAD_ONCE_INIT; static pthread_key_t store_key; -- cgit v1.2.1