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