diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-10-24 17:39:18 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-10-24 17:44:51 +0200 |
commit | 0e928b5204ad5e2a8cfc1dd1a993396be0bd9d87 (patch) | |
tree | 1eca3f4f0446c07c38d93049d48a6272b2c989d6 /test/headless.cpp | |
parent | d299e580886353e0813d30f9dee74639f899924a (diff) | |
download | qtlocation-mapboxgl-0e928b5204ad5e2a8cfc1dd1a993396be0bd9d87.tar.gz |
make tests work
Diffstat (limited to 'test/headless.cpp')
-rw-r--r-- | test/headless.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/headless.cpp b/test/headless.cpp index 02dd0165ec..e1bdbdc061 100644 --- a/test/headless.cpp +++ b/test/headless.cpp @@ -9,8 +9,8 @@ #include <rapidjson/writer.h> #include <rapidjson/stringbuffer.h> -#include "../common/headless_view.hpp" -#include "../common/headless_display.hpp" +#include <mbgl/platform/default/headless_view.hpp> +#include <mbgl/platform/default/headless_display.hpp> #include "./fixtures/fixture_log.hpp" |