diff options
Diffstat (limited to 'gtk/gtktextchild.h')
-rw-r--r-- | gtk/gtktextchild.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtktextchild.h b/gtk/gtktextchild.h index 6884432f8e..2aa859a916 100644 --- a/gtk/gtktextchild.h +++ b/gtk/gtktextchild.h @@ -22,13 +22,13 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef __GTK_TEXT_CHILD_H__ +#define __GTK_TEXT_CHILD_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk.h> can be included directly." #endif -#ifndef __GTK_TEXT_CHILD_H__ -#define __GTK_TEXT_CHILD_H__ - #include <gdk/gdk.h> #include <glib-object.h> |