summaryrefslogtreecommitdiff
path: root/include/mbgl/gl/gl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/gl/gl.hpp')
-rw-r--r--include/mbgl/gl/gl.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/mbgl/gl/gl.hpp b/include/mbgl/gl/gl.hpp
index 5ef76cf1da..6d601d8a23 100644
--- a/include/mbgl/gl/gl.hpp
+++ b/include/mbgl/gl/gl.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_GL_GL
-#define MBGL_GL_GL
+#pragma once
//#define GL_TRACK
@@ -164,5 +163,3 @@ void mbx_glTexImage2D(GLenum target,
GLenum type,
const GLvoid * data);
#endif
-
-#endif