summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxtext.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcomboboxtext.h')
-rw-r--r--gtk/gtkcomboboxtext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcomboboxtext.h b/gtk/gtkcomboboxtext.h
index d1c362f30c..c31c9c2231 100644
--- a/gtk/gtkcomboboxtext.h
+++ b/gtk/gtkcomboboxtext.h
@@ -16,13 +16,13 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifndef __GTK_COMBO_BOX_TEXT_H__
+#define __GTK_COMBO_BOX_TEXT_H__
+
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
-#ifndef __GTK_COMBO_BOX_TEXT_H__
-#define __GTK_COMBO_BOX_TEXT_H__
-
#include <gtk/gtkcombobox.h>
G_BEGIN_DECLS