summaryrefslogtreecommitdiff
path: root/src/util/texturepool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/texturepool.cpp')
-rw-r--r--src/util/texturepool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/texturepool.cpp b/src/util/texturepool.cpp
index 579f804729..67685eeee1 100644
--- a/src/util/texturepool.cpp
+++ b/src/util/texturepool.cpp
@@ -1,10 +1,10 @@
-#include <llmr/util/texturepool.hpp>
+#include <mbgl/util/texturepool.hpp>
#include <vector>
const int TextureMax = 64;
-using namespace llmr;
+using namespace mbgl;
GLuint Texturepool::getTextureID() {
if (texture_ids.empty()) {