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