summaryrefslogtreecommitdiff
path: root/test/rotation_range.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/rotation_range.cpp')
-rw-r--r--test/rotation_range.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rotation_range.cpp b/test/rotation_range.cpp
index e0089464a4..987d422686 100644
--- a/test/rotation_range.cpp
+++ b/test/rotation_range.cpp
@@ -3,9 +3,9 @@
#include <algorithm>
-#include <llmr/text/rotation_range.hpp>
+#include <mbgl/text/rotation_range.hpp>
-using namespace llmr;
+using namespace mbgl;
double deg(double x) { return x / M_PI * 180.0; }