summaryrefslogtreecommitdiff
path: root/common/curl_request.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-12 11:45:30 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-12 11:45:30 +0200
commit6f802642917136eb29d385d31d1817a98b562bbe (patch)
treebbccd9517e1fb430711440077b5c673f31ab3d2a /common/curl_request.cpp
parente4c311a864d522e402b67f5393f57d0f663330e4 (diff)
downloadqtlocation-mapboxgl-6f802642917136eb29d385d31d1817a98b562bbe.tar.gz
remove uv.h dependency from header files
Diffstat (limited to 'common/curl_request.cpp')
-rw-r--r--common/curl_request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/curl_request.cpp b/common/curl_request.cpp
index b7e5e8b5cc..88b7712f66 100644
--- a/common/curl_request.cpp
+++ b/common/curl_request.cpp
@@ -1,7 +1,7 @@
#include <mbgl/platform/platform.hpp>
#include <mbgl/platform/request.hpp>
-#include <mbgl/util/uv.hpp>
+#include <mbgl/util/uv_detail.hpp>
#include <mbgl/util/std.hpp>
#include <queue>