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