From 1e0b9d8d60d5e499775eddb30d53761379fa59e5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 20 Nov 2019 22:27:02 +0100 Subject: Use consistent include guards --- pugl/pugl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pugl/pugl.h') 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 #include @@ -1051,4 +1051,4 @@ puglProcessEvents(PuglView* view); } /* extern "C" */ #endif -#endif /* PUGL_H_INCLUDED */ +#endif /* PUGL_PUGL_H */ -- cgit v1.2.1