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