diff options
author | Jens Georg <mail@jensge.org> | 2018-11-02 11:34:52 +0100 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2018-11-02 11:34:54 +0100 |
commit | 1d80a13e4e67b7245aeaf59034a9afe9881ff16f (patch) | |
tree | 8c991d0eea91fa5c9179a3bb3f12bfa98e5b1c50 /libgupnp/gupnp-root-device.h | |
parent | 0e5810ca2d9ab20923809a9057f76e9b59215428 (diff) | |
download | gupnp-1d80a13e4e67b7245aeaf59034a9afe9881ff16f.tar.gz |
all: Clean-up include guards
Things starting with __ are considered libc internal etc.
Diffstat (limited to 'libgupnp/gupnp-root-device.h')
-rw-r--r-- | libgupnp/gupnp-root-device.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgupnp/gupnp-root-device.h b/libgupnp/gupnp-root-device.h index 54dd599..5891056 100644 --- a/libgupnp/gupnp-root-device.h +++ b/libgupnp/gupnp-root-device.h @@ -19,8 +19,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef __GUPNP_ROOT_DEVICE_H__ -#define __GUPNP_ROOT_DEVICE_H__ +#ifndef GUPNP_ROOT_DEVICE_H +#define GUPNP_ROOT_DEVICE_H #include <libxml/tree.h> @@ -122,4 +122,4 @@ gupnp_root_device_get_ssdp_resource_group G_END_DECLS -#endif /* __GUPNP_ROOT_DEVICE_H__ */ +#endif /* GUPNP_ROOT_DEVICE_H */ |