]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktreemodel.h
textview: Use GtkSelectionWindow for touch text selection
[~andy/gtk] / gtk / gtktreemodel.h
index 7d082f1dea032bd192324d989ce1ef6bdd1331b0..fed9850b3e04a8ac052327116c83bc6db61a2e40 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef __GTK_TREE_MODEL_H__
+#define __GTK_TREE_MODEL_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_TREE_MODEL_H__
-#define __GTK_TREE_MODEL_H__
-
 #include <glib-object.h>
 
 G_BEGIN_DECLS