aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-11-20 22:27:02 +0100
committerDavid Robillard <d@drobilla.net>2019-11-21 00:03:47 +0100
commit1e0b9d8d60d5e499775eddb30d53761379fa59e5 (patch)
treee46ccd04e81b907710a8873f2be6594689e2e6e4 /pugl/pugl.h
parent762c9c65f12b1cdd8f74c96683bb2a670ccdee5d (diff)
downloadpugl-1e0b9d8d60d5e499775eddb30d53761379fa59e5.tar.gz
pugl-1e0b9d8d60d5e499775eddb30d53761379fa59e5.tar.bz2
pugl-1e0b9d8d60d5e499775eddb30d53761379fa59e5.zip
Use consistent include guards
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r--pugl/pugl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index 868ebd5..fa75878 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -18,8 +18,8 @@
@file pugl.h Public C API.
*/
-#ifndef PUGL_H_INCLUDED
-#define PUGL_H_INCLUDED
+#ifndef PUGL_PUGL_H
+#define PUGL_PUGL_H
#include <stdbool.h>
#include <stddef.h>
@@ -1051,4 +1051,4 @@ puglProcessEvents(PuglView* view);
} /* extern "C" */
#endif
-#endif /* PUGL_H_INCLUDED */
+#endif /* PUGL_PUGL_H */