diff options
Diffstat (limited to 'gtk/gtkappchooserbutton.h')
-rw-r--r-- | gtk/gtkappchooserbutton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkappchooserbutton.h b/gtk/gtkappchooserbutton.h index fae9800717..9d66be859a 100644 --- a/gtk/gtkappchooserbutton.h +++ b/gtk/gtkappchooserbutton.h @@ -19,13 +19,13 @@ * Authors: Cosimo Cecchi <ccecchi@redhat.com> */ +#ifndef __GTK_APP_CHOOSER_BUTTON_H__ +#define __GTK_APP_CHOOSER_BUTTON_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk.h> can be included directly." #endif -#ifndef __GTK_APP_CHOOSER_BUTTON_H__ -#define __GTK_APP_CHOOSER_BUTTON_H__ - #include <gtk/gtkcombobox.h> #include <gio/gio.h> |