aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fosphor/gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fosphor/gl.h')
-rw-r--r--lib/fosphor/gl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/fosphor/gl.h b/lib/fosphor/gl.h
index d248278..211e2c5 100644
--- a/lib/fosphor/gl.h
+++ b/lib/fosphor/gl.h
@@ -19,8 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __FOSPHOR_GL_H__
-#define __FOSPHOR_GL_H__
+#pragma once
/*! \defgroup gl
* @{
@@ -52,5 +51,3 @@ void fosphor_gl_refresh(struct fosphor *self);
void fosphor_gl_draw(struct fosphor *self, struct fosphor_render *render);
/*! @} */
-
-#endif /* __FOSPHOR_GL_H__ */