summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/http_request_baton.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-12-04 19:24:16 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-12-04 20:02:51 +0100
commit1e3fb3a423f899c808f52444c335e87cc3e0170f (patch)
tree57fa63e6a6c429066dd7ecf80f8cc526a9c272b9 /include/mbgl/storage/http_request_baton.hpp
parentabafb52f37beb5659efc2105ccd1568e1f754898 (diff)
downloadqtlocation-mapboxgl-1e3fb3a423f899c808f52444c335e87cc3e0170f.tar.gz
remove usage of relative paths
Diffstat (limited to 'include/mbgl/storage/http_request_baton.hpp')
-rw-r--r--include/mbgl/storage/http_request_baton.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/storage/http_request_baton.hpp b/include/mbgl/storage/http_request_baton.hpp
index 74c0ff498e..545f9e236c 100644
--- a/include/mbgl/storage/http_request_baton.hpp
+++ b/include/mbgl/storage/http_request_baton.hpp
@@ -1,7 +1,7 @@
#ifndef MBGL_STORAGE_HTTP_REQUEST_BATON
#define MBGL_STORAGE_HTTP_REQUEST_BATON
-#include "response.hpp"
+#include <mbgl/storage/response.hpp>
#include <mbgl/util/ptr.hpp>
#include <string>