diff options
Diffstat (limited to 'gtk/gtkfilechooserwidget.h')
-rw-r--r-- | gtk/gtkfilechooserwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkfilechooserwidget.h b/gtk/gtkfilechooserwidget.h index 841567c1c1..00b55cbd93 100644 --- a/gtk/gtkfilechooserwidget.h +++ b/gtk/gtkfilechooserwidget.h @@ -16,13 +16,13 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef __GTK_FILE_CHOOSER_WIDGET_H__ +#define __GTK_FILE_CHOOSER_WIDGET_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk.h> can be included directly." #endif -#ifndef __GTK_FILE_CHOOSER_WIDGET_H__ -#define __GTK_FILE_CHOOSER_WIDGET_H__ - #include <gtk/gtkfilechooser.h> #include <gtk/gtkbox.h> |