summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-error-private.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-error-private.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-error-private.h')
-rw-r--r--libgupnp/gupnp-error-private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgupnp/gupnp-error-private.h b/libgupnp/gupnp-error-private.h
index 7ab1e7d..70aac8e 100644
--- a/libgupnp/gupnp-error-private.h
+++ b/libgupnp/gupnp-error-private.h
@@ -19,8 +19,8 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef __GUPNP_ERROR_PRIVATE_H__
-#define __GUPNP_ERROR_PRIVATE_H__
+#ifndef GUPNP_ERROR_PRIVATE_H
+#define GUPNP_ERROR_PRIVATE_H
#include <libsoup/soup-message.h>
@@ -35,4 +35,4 @@ _gupnp_error_new_server_error (SoupMessage *msg);
G_END_DECLS
-#endif /* __GUPNP_ERROR_PRIVATE_H__ */
+#endif /* GUPNP_ERROR_PRIVATE_H */