summaryrefslogtreecommitdiff
path: root/src/geometry/vertex_buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry/vertex_buffer.cpp')
-rw-r--r--src/geometry/vertex_buffer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/geometry/vertex_buffer.cpp b/src/geometry/vertex_buffer.cpp
index 0ce21fd51c..56072e161d 100644
--- a/src/geometry/vertex_buffer.cpp
+++ b/src/geometry/vertex_buffer.cpp
@@ -1,7 +1,7 @@
-#include <llmr/geometry/vertex_buffer.hpp>
-#include <llmr/platform/gl.hpp>
+#include <mbgl/geometry/vertex_buffer.hpp>
+#include <mbgl/platform/gl.hpp>
-using namespace llmr;
+using namespace mbgl;
VertexBuffer::VertexBuffer(std::initializer_list<int16_t> init) : array(init) {}