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