diff options
Diffstat (limited to 'glib/deprecated/gcompletion.h')
-rw-r--r-- | glib/deprecated/gcompletion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/glib/deprecated/gcompletion.h b/glib/deprecated/gcompletion.h index 88a0479d8..fa775968e 100644 --- a/glib/deprecated/gcompletion.h +++ b/glib/deprecated/gcompletion.h @@ -24,13 +24,13 @@ * GLib at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef __G_COMPLETION_H__ +#define __G_COMPLETION_H__ + #if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION) #error "Only <glib.h> can be included directly." #endif -#ifndef __G_COMPLETION_H__ -#define __G_COMPLETION_H__ - #include <glib/glist.h> G_BEGIN_DECLS |