summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-simple-context-manager.h
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-11-02 11:34:52 +0100
committerJens Georg <mail@jensge.org>2018-11-02 11:34:54 +0100
commit1d80a13e4e67b7245aeaf59034a9afe9881ff16f (patch)
tree8c991d0eea91fa5c9179a3bb3f12bfa98e5b1c50 /libgupnp/gupnp-simple-context-manager.h
parent0e5810ca2d9ab20923809a9057f76e9b59215428 (diff)
downloadgupnp-1d80a13e4e67b7245aeaf59034a9afe9881ff16f.tar.gz
all: Clean-up include guards
Things starting with __ are considered libc internal etc.
Diffstat (limited to 'libgupnp/gupnp-simple-context-manager.h')
-rw-r--r--libgupnp/gupnp-simple-context-manager.h6
1 files changed, 3 insertions, 3 deletions
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 */