summaryrefslogtreecommitdiff
path: root/test/map/map.cpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-26 16:39:56 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-02 14:51:39 -0700
commitc902f9098b331302aaa1baac77d1575db624a132 (patch)
tree211901cd04454aedbac40c469198438e46d7038c /test/map/map.cpp
parent18149cbcc27a926f280b08d8d0e09104b2147688 (diff)
downloadqtlocation-mapboxgl-c902f9098b331302aaa1baac77d1575db624a132.tar.gz
[core] Rationalize naming for style-related code
Diffstat (limited to 'test/map/map.cpp')
-rw-r--r--test/map/map.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/map/map.cpp b/test/map/map.cpp
index c6f6843a0d..7cafe563b4 100644
--- a/test/map/map.cpp
+++ b/test/map/map.cpp
@@ -8,9 +8,10 @@
#include <mbgl/storage/default_file_source.hpp>
#include <mbgl/util/io.hpp>
#include <mbgl/util/run_loop.hpp>
-#include <mbgl/layer/background_layer.hpp>
+#include <mbgl/style/layers/background_layer.hpp>
using namespace mbgl;
+using namespace mbgl::style;
using namespace std::literals::string_literals;
struct MapTest {