diff options
Diffstat (limited to 'gio/gdbusnamewatching.h')
-rw-r--r-- | gio/gdbusnamewatching.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gdbusnamewatching.h b/gio/gdbusnamewatching.h index a2bb6dc51..785072aab 100644 --- a/gio/gdbusnamewatching.h +++ b/gio/gdbusnamewatching.h @@ -20,13 +20,13 @@ * Author: David Zeuthen <davidz@redhat.com> */ +#ifndef __G_DBUS_NAME_WATCHING_H__ +#define __G_DBUS_NAME_WATCHING_H__ + #if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION) #error "Only <gio/gio.h> can be included directly." #endif -#ifndef __G_DBUS_NAME_WATCHING_H__ -#define __G_DBUS_NAME_WATCHING_H__ - #include <gio/giotypes.h> G_BEGIN_DECLS |