summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-09-13 13:44:20 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-09-16 09:00:54 -0700
commit1f375581c3a31adea9281a7494a73e5c8f1c9a17 (patch)
treef84a292e2600a3b7141450fb6f3020f453d9095a /test
parent9ef65440b6bfd2c8da17d2613f8c967682cc0ef9 (diff)
downloadqtlocation-mapboxgl-1f375581c3a31adea9281a7494a73e5c8f1c9a17.tar.gz
[core] Move {clip,merge}_lines to layout directory
Diffstat (limited to 'test')
-rw-r--r--test/util/merge_lines.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/merge_lines.cpp b/test/util/merge_lines.cpp
index 4b6bad15f6..4b8b0c4e79 100644
--- a/test/util/merge_lines.cpp
+++ b/test/util/merge_lines.cpp
@@ -1,6 +1,6 @@
#include <mbgl/test/util.hpp>
-#include <mbgl/util/merge_lines.hpp>
+#include <mbgl/layout/merge_lines.hpp>
const std::u32string aaa = U"a";
const std::u32string bbb = U"b";