summaryrefslogtreecommitdiff
path: root/gtk/gtktypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktypes.h')
-rw-r--r--gtk/gtktypes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtktypes.h b/gtk/gtktypes.h
index b3eade30a5..ed93bc537f 100644
--- a/gtk/gtktypes.h
+++ b/gtk/gtktypes.h
@@ -22,13 +22,13 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
+#ifndef __GTK_TYPES_H__
+#define __GTK_TYPES_H__
+
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
-#ifndef __GTK_TYPES_H__
-#define __GTK_TYPES_H__
-
G_BEGIN_DECLS
typedef struct _GtkAdjustment GtkAdjustment;