summaryrefslogtreecommitdiff
path: root/gtk/gtktoggleaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktoggleaction.h')
-rw-r--r--gtk/gtktoggleaction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtktoggleaction.h b/gtk/gtktoggleaction.h
index a9af96f194..4803594ef7 100644
--- a/gtk/gtktoggleaction.h
+++ b/gtk/gtktoggleaction.h
@@ -26,13 +26,13 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
+#ifndef __GTK_TOGGLE_ACTION_H__
+#define __GTK_TOGGLE_ACTION_H__
+
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
-#ifndef __GTK_TOGGLE_ACTION_H__
-#define __GTK_TOGGLE_ACTION_H__
-
#include <gtk/gtkaction.h>
G_BEGIN_DECLS