summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/debugging.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gl/debugging.hpp')
-rw-r--r--src/mbgl/gl/debugging.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/gl/debugging.hpp b/src/mbgl/gl/debugging.hpp
index 5321858624..b51b5dafe2 100644
--- a/src/mbgl/gl/debugging.hpp
+++ b/src/mbgl/gl/debugging.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_GL_DEBUG_MESSAGES
-#define MBGL_GL_DEBUG_MESSAGES
+#pragma once
#include <string>
@@ -25,5 +24,3 @@ struct group {
} // namespace debugging
} // namespace gl
} // namespace mbgl
-
-#endif