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