]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcontainer.h
label: Fix memleak
[~andy/gtk] / gtk / gtkcontainer.h
index a734e22a96315ce14a8cd40fdca6ccb706372b7b..3bcd2b1cc3fdd3e01db319e052b2f0b4e6f38b14 100644 (file)
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
-#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
-#error "Only <gtk/gtk.h> can be included directly."
-#endif
-
 #ifndef __GTK_CONTAINER_H__
 #define __GTK_CONTAINER_H__
 
 
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk.h> can be included directly."
+#endif
+
 #include <gtk/gtkwidget.h>
-#include <gtk/gtkadjustment.h>
 
 
 G_BEGIN_DECLS