diff options
Diffstat (limited to 'gobject/genums.h')
-rw-r--r-- | gobject/genums.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gobject/genums.h b/gobject/genums.h index bf8a4191e..4ca006eeb 100644 --- a/gobject/genums.h +++ b/gobject/genums.h @@ -16,13 +16,13 @@ * Free Software Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307, USA. */ +#ifndef __G_ENUMS_H__ +#define __G_ENUMS_H__ + #if !defined (__GLIB_GOBJECT_H_INSIDE__) && !defined (GOBJECT_COMPILATION) #error "Only <glib-object.h> can be included directly." #endif -#ifndef __G_ENUMS_H__ -#define __G_ENUMS_H__ - #include <gobject/gtype.h> G_BEGIN_DECLS |