diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-16 18:53:56 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-16 18:53:56 -0700 |
commit | 4ea281c750c5afcc68f2832bb42d98a1cbce6735 (patch) | |
tree | 60bc7d3ccba2c54859e2e023997cc027cc67aea7 /test/headless.cpp | |
parent | c1a64dc5fa73b54cc5de77629781dfc74302a1e7 (diff) | |
download | qtlocation-mapboxgl-4ea281c750c5afcc68f2832bb42d98a1cbce6735.tar.gz |
rename llmr => mbgl
Diffstat (limited to 'test/headless.cpp')
-rw-r--r-- | test/headless.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/headless.cpp b/test/headless.cpp index a7f34b9d49..18a17d6bdf 100644 --- a/test/headless.cpp +++ b/test/headless.cpp @@ -1,9 +1,9 @@ #include "gtest/gtest.h" -#include <llmr/map/map.hpp> -#include <llmr/util/image.hpp> -#include <llmr/util/io.hpp> -#include <llmr/util/std.hpp> +#include <mbgl/map/map.hpp> +#include <mbgl/util/image.hpp> +#include <mbgl/util/io.hpp> +#include <mbgl/util/std.hpp> #include <rapidjson/document.h> @@ -22,7 +22,7 @@ const std::string base_directory = []{ class HeadlessTest : public ::testing::TestWithParam<std::string> {}; TEST_P(HeadlessTest, render) { - using namespace llmr; + using namespace mbgl; const std::string &base = GetParam(); |