summaryrefslogtreecommitdiff
path: root/include/mbgl/gl/gl_helper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/gl/gl_helper.hpp')
-rw-r--r--include/mbgl/gl/gl_helper.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/mbgl/gl/gl_helper.hpp b/include/mbgl/gl/gl_helper.hpp
index 4f3990a434..893c73e0c3 100644
--- a/include/mbgl/gl/gl_helper.hpp
+++ b/include/mbgl/gl/gl_helper.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_GL_GL_HELPER
-#define MBGL_GL_GL_HELPER
+#pragma once
namespace mbgl {
namespace gl {
@@ -19,5 +18,3 @@ private:
} // namespace gl
} // namespace mbgl
-
-#endif