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