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