aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl.hpp
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.hpp
parent762c9c65f12b1cdd8f74c96683bb2a670ccdee5d (diff)
downloadpugl-1e0b9d8d60d5e499775eddb30d53761379fa59e5.tar.gz
pugl-1e0b9d8d60d5e499775eddb30d53761379fa59e5.tar.bz2
pugl-1e0b9d8d60d5e499775eddb30d53761379fa59e5.zip
Use consistent include guards
Diffstat (limited to 'pugl/pugl.hpp')
-rw-r--r--pugl/pugl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/pugl/pugl.hpp b/pugl/pugl.hpp
index dee8c17..e3f49ea 100644
--- a/pugl/pugl.hpp
+++ b/pugl/pugl.hpp
@@ -18,8 +18,8 @@
@file pugl.hpp Pugl C++ API wrapper.
*/
-#ifndef PUGL_HPP_INCLUDED
-#define PUGL_HPP_INCLUDED
+#ifndef PUGL_PUGL_HPP
+#define PUGL_PUGL_HPP
#include "pugl/pugl.h"
@@ -104,4 +104,4 @@ private:
@}
*/
-#endif /* PUGL_HPP_INCLUDED */
+#endif /* PUGL_PUGL_HPP */