diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-11-22 15:43:19 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-11-22 20:58:51 +0100 |
commit | e76de0540284118845c93c4351c82c6c8d5a090a (patch) | |
tree | dc295f87b74c5a4766444f6d1e7020e6219017a8 /test/util | |
parent | 117863f1114551407c481abc752f5fcfd139c878 (diff) | |
download | qtlocation-mapboxgl-e76de0540284118845c93c4351c82c6c8d5a090a.tar.gz |
[build] move logging to util
Diffstat (limited to 'test/util')
-rw-r--r-- | test/util/http_timeout.test.cpp | 2 | ||||
-rw-r--r-- | test/util/mapbox.test.cpp | 2 | ||||
-rw-r--r-- | test/util/text_conversions.test.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/util/http_timeout.test.cpp b/test/util/http_timeout.test.cpp index 365c40523f..e99c703159 100644 --- a/test/util/http_timeout.test.cpp +++ b/test/util/http_timeout.test.cpp @@ -1,6 +1,6 @@ #include <mbgl/test/util.hpp> -#include <mbgl/platform/log.hpp> +#include <mbgl/util/logging.hpp> #include <mbgl/util/http_timeout.hpp> #include <regex> #include <iostream> diff --git a/test/util/mapbox.test.cpp b/test/util/mapbox.test.cpp index 04c9808ed3..70bb8d0700 100644 --- a/test/util/mapbox.test.cpp +++ b/test/util/mapbox.test.cpp @@ -1,6 +1,6 @@ #include <mbgl/test/util.hpp> -#include <mbgl/platform/log.hpp> +#include <mbgl/util/logging.hpp> #include <mbgl/util/mapbox.hpp> #include <mbgl/util/constants.hpp> #include <regex> diff --git a/test/util/text_conversions.test.cpp b/test/util/text_conversions.test.cpp index 19e30d9f3d..442a49fa0c 100644 --- a/test/util/text_conversions.test.cpp +++ b/test/util/text_conversions.test.cpp @@ -2,7 +2,7 @@ #include <mbgl/test/util.hpp> #include <mbgl/util/utf.hpp> -#include <mbgl/platform/platform.hpp> +#include <mbgl/util/platform.hpp> using namespace mbgl; |