diff options
Diffstat (limited to 'gtk/gtkoffscreenwindow.h')
-rw-r--r-- | gtk/gtkoffscreenwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkoffscreenwindow.h b/gtk/gtkoffscreenwindow.h index 9b5837a6bc..d4592a0b53 100644 --- a/gtk/gtkoffscreenwindow.h +++ b/gtk/gtkoffscreenwindow.h @@ -16,13 +16,13 @@ * Alexander Larsson <alexl@redhat.com> */ +#ifndef __GTK_OFFSCREEN_WINDOW_H__ +#define __GTK_OFFSCREEN_WINDOW_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk.h> can be included directly." #endif -#ifndef __GTK_OFFSCREEN_WINDOW_H__ -#define __GTK_OFFSCREEN_WINDOW_H__ - #include <gtk/gtkwindow.h> G_BEGIN_DECLS |