diff options
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r-- | gtk/gtkselection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index a86a1ca73d..66f39ff9dd 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -22,13 +22,13 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef __GTK_SELECTION_H__ +#define __GTK_SELECTION_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk.h> can be included directly." #endif -#ifndef __GTK_SELECTION_H__ -#define __GTK_SELECTION_H__ - #include <gtk/gtkwidget.h> #include <gtk/gtktextiter.h> |