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/src | |
parent | 117863f1114551407c481abc752f5fcfd139c878 (diff) | |
download | qtlocation-mapboxgl-e76de0540284118845c93c4351c82c6c8d5a090a.tar.gz |
[build] move logging to util
Diffstat (limited to 'test/src')
-rw-r--r-- | test/src/mbgl/test/fixture_log_observer.hpp | 2 | ||||
-rw-r--r-- | test/src/mbgl/test/util.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/src/mbgl/test/fixture_log_observer.hpp b/test/src/mbgl/test/fixture_log_observer.hpp index 918bbee18c..96ddc2c54f 100644 --- a/test/src/mbgl/test/fixture_log_observer.hpp +++ b/test/src/mbgl/test/fixture_log_observer.hpp @@ -1,6 +1,6 @@ #pragma once -#include <mbgl/platform/log.hpp> +#include <mbgl/util/logging.hpp> #include <vector> #include <cstdarg> diff --git a/test/src/mbgl/test/util.cpp b/test/src/mbgl/test/util.cpp index 5935750db6..7ca2d72504 100644 --- a/test/src/mbgl/test/util.cpp +++ b/test/src/mbgl/test/util.cpp @@ -3,7 +3,7 @@ #include <mbgl/map/map.hpp> #include <mbgl/gl/offscreen_view.hpp> #include <mbgl/gl/headless_display.hpp> -#include <mbgl/platform/log.hpp> +#include <mbgl/util/logging.hpp> #include <mbgl/util/image.hpp> #include <mbgl/util/io.hpp> #include <mbgl/util/chrono.hpp> |