summaryrefslogtreecommitdiff
path: root/src/geometry/fill_buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry/fill_buffer.cpp')
-rw-r--r--src/geometry/fill_buffer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/geometry/fill_buffer.cpp b/src/geometry/fill_buffer.cpp
index 61aee76c53..c75ad3477d 100644
--- a/src/geometry/fill_buffer.cpp
+++ b/src/geometry/fill_buffer.cpp
@@ -1,9 +1,9 @@
-#include <llmr/geometry/fill_buffer.hpp>
-#include <llmr/platform/gl.hpp>
+#include <mbgl/geometry/fill_buffer.hpp>
+#include <mbgl/platform/gl.hpp>
#include <climits>
-using namespace llmr;
+using namespace mbgl;
void FillVertexBuffer::add(vertex_type x, vertex_type y) {
vertex_type *vertices = static_cast<vertex_type *>(addElement());