summaryrefslogtreecommitdiff
path: root/include/mbgl/gl/gl_values.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/gl/gl_values.hpp')
-rw-r--r--include/mbgl/gl/gl_values.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/mbgl/gl/gl_values.hpp b/include/mbgl/gl/gl_values.hpp
index b96cfe310e..4204ca8e13 100644
--- a/include/mbgl/gl/gl_values.hpp
+++ b/include/mbgl/gl/gl_values.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_GL_GL_VALUES
-#define MBGL_GL_GL_VALUES
+#pragma once
#include <cstdint>
#include <tuple>
@@ -286,9 +285,7 @@ struct RasterPos {
}
};
-#endif
+#endif // GL_ES_VERSION_2_0
} // namespace gl
} // namespace mbgl
-
-#endif // MBGL_RENDERER_GL_CONFIG