summaryrefslogtreecommitdiff
path: root/src/util/mat4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/mat4.cpp')
-rw-r--r--src/util/mat4.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/mat4.cpp b/src/util/mat4.cpp
index 5f9f50bcd2..50270d9217 100644
--- a/src/util/mat4.cpp
+++ b/src/util/mat4.cpp
@@ -20,11 +20,11 @@
//
// 3. This notice may not be removed or altered from any source distribution.
-#include <llmr/util/mat4.hpp>
+#include <mbgl/util/mat4.hpp>
#include <cmath>
-using namespace llmr;
+using namespace mbgl;
void matrix::identity(mat4& out) {
out[0] = 1.0f;