diff options
Diffstat (limited to 'gtk/gtkplug.h')
-rw-r--r-- | gtk/gtkplug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkplug.h b/gtk/gtkplug.h index 60156cef35..bd6a393cb8 100644 --- a/gtk/gtkplug.h +++ b/gtk/gtkplug.h @@ -22,13 +22,13 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +#ifndef __GTK_PLUG_H__ +#define __GTK_PLUG_H__ + #if !defined (__GTKX_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtkx.h> can be included directly." #endif -#ifndef __GTK_PLUG_H__ -#define __GTK_PLUG_H__ - #include <gdk/gdk.h> #ifdef GDK_WINDOWING_X11 |