summaryrefslogtreecommitdiff
path: root/test/miscellaneous
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-04-06 16:05:19 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-09 10:58:11 -0700
commit691756d7dd31c4be789840a6c9881d299176be3c (patch)
tree375f96be4a186865e483799c2eb86d2b850c3761 /test/miscellaneous
parentfc3802eddb679c040b7faaac0dc1b096cbc940a7 (diff)
downloadqtlocation-mapboxgl-691756d7dd31c4be789840a6c9881d299176be3c.tar.gz
Move ClipID to clip_id.hpp/cpp
Diffstat (limited to 'test/miscellaneous')
-rw-r--r--test/miscellaneous/clip_ids.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/miscellaneous/clip_ids.cpp b/test/miscellaneous/clip_ids.cpp
index cf7ebb398b..e176810862 100644
--- a/test/miscellaneous/clip_ids.cpp
+++ b/test/miscellaneous/clip_ids.cpp
@@ -3,7 +3,7 @@
#include <algorithm>
-#include <mbgl/util/clip_ids.hpp>
+#include <mbgl/util/clip_id.hpp>
#include <mbgl/map/tile.hpp>
#include <mbgl/util/std.hpp>