From 1e3fb3a423f899c808f52444c335e87cc3e0170f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Thu, 4 Dec 2014 19:24:16 +0100 Subject: remove usage of relative paths --- include/mbgl/platform/default/headless_display.hpp | 2 +- include/mbgl/platform/log.hpp | 2 +- include/mbgl/storage/caching_http_file_source.hpp | 2 +- include/mbgl/storage/file_source.hpp | 4 ++-- include/mbgl/storage/http_request_baton.hpp | 2 +- include/mbgl/storage/request.hpp | 4 ++-- include/mbgl/util/math.hpp | 2 +- include/mbgl/util/variant.hpp | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) (limited to 'include') diff --git a/include/mbgl/platform/default/headless_display.hpp b/include/mbgl/platform/default/headless_display.hpp index 5b33fd6990..079947e77a 100644 --- a/include/mbgl/platform/default/headless_display.hpp +++ b/include/mbgl/platform/default/headless_display.hpp @@ -1,7 +1,7 @@ #ifndef MBGL_COMMON_HEADLESS_DISPLAY #define MBGL_COMMON_HEADLESS_DISPLAY -#include "headless_view.hpp" +#include namespace mbgl { diff --git a/include/mbgl/platform/log.hpp b/include/mbgl/platform/log.hpp index 418160d3ee..b95895fd10 100644 --- a/include/mbgl/platform/log.hpp +++ b/include/mbgl/platform/log.hpp @@ -1,7 +1,7 @@ #ifndef MBGL_PLATFORM_LOG #define MBGL_PLATFORM_LOG -#include "event.hpp" +#include #include diff --git a/include/mbgl/storage/caching_http_file_source.hpp b/include/mbgl/storage/caching_http_file_source.hpp index a093ef2441..08fd5b50cb 100644 --- a/include/mbgl/storage/caching_http_file_source.hpp +++ b/include/mbgl/storage/caching_http_file_source.hpp @@ -1,7 +1,7 @@ #ifndef MBGL_STORAGE_CACHING_HTTP_FILE_SOURCE #define MBGL_STORAGE_CACHING_HTTP_FILE_SOURCE -#include "file_source.hpp" +#include #include #include diff --git a/include/mbgl/storage/file_source.hpp b/include/mbgl/storage/file_source.hpp index eeda529bf1..accdc3c499 100644 --- a/include/mbgl/storage/file_source.hpp +++ b/include/mbgl/storage/file_source.hpp @@ -2,8 +2,8 @@ #define MBGL_STORAGE_FILE_SOURCE #include -#include "resource_type.hpp" -#include "request.hpp" +#include +#include #include #include 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 #include #include diff --git a/include/mbgl/storage/request.hpp b/include/mbgl/storage/request.hpp index f63283aa2f..845c9a6dad 100644 --- a/include/mbgl/storage/request.hpp +++ b/include/mbgl/storage/request.hpp @@ -1,8 +1,8 @@ #ifndef MBGL_STORAGE_REQUEST #define MBGL_STORAGE_REQUEST -#include "request_callback.hpp" -#include "response.hpp" +#include +#include #include diff --git a/include/mbgl/util/math.hpp b/include/mbgl/util/math.hpp index 2bef5b18e2..e800fc7847 100644 --- a/include/mbgl/util/math.hpp +++ b/include/mbgl/util/math.hpp @@ -4,7 +4,7 @@ #include #include -#include "vec.hpp" +#include namespace mbgl { namespace util { diff --git a/include/mbgl/util/variant.hpp b/include/mbgl/util/variant.hpp index 3b5659425a..2de195cd69 100644 --- a/include/mbgl/util/variant.hpp +++ b/include/mbgl/util/variant.hpp @@ -10,7 +10,7 @@ #include #include -#include "recursive_wrapper.hpp" +#include #ifdef _MSC_VER // http://msdn.microsoft.com/en-us/library/z8y1yy88.aspx -- cgit v1.2.1