From 1d80a13e4e67b7245aeaf59034a9afe9881ff16f Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Fri, 2 Nov 2018 11:34:52 +0100 Subject: all: Clean-up include guards Things starting with __ are considered libc internal etc. --- libgupnp/gupnp-simple-context-manager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libgupnp/gupnp-simple-context-manager.h') diff --git a/libgupnp/gupnp-simple-context-manager.h b/libgupnp/gupnp-simple-context-manager.h index dc8804b..8674d18 100644 --- a/libgupnp/gupnp-simple-context-manager.h +++ b/libgupnp/gupnp-simple-context-manager.h @@ -22,8 +22,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef __GUPNP_SIMPLE_CONTEXT_MANAGER_H__ -#define __GUPNP_SIMPLE_CONTEXT_MANAGER_H__ +#ifndef GUPNP_SIMPLE_CONTEXT_MANAGER_H +#define GUPNP_SIMPLE_CONTEXT_MANAGER_H #include "gupnp-context-manager.h" @@ -75,4 +75,4 @@ typedef struct { G_END_DECLS -#endif /* __GUPNP_SIMPLE_CONTEXT_MANAGER_H__ */ +#endif /* GUPNP_SIMPLE_CONTEXT_MANAGER_H */ -- cgit v1.2.1