Move single-include guards inside include guards
[platform/upstream/glib.git] / glib / glist.h
index 44cfcc0..0dddc5b 100644 (file)
  * GLib at ftp://ftp.gtk.org/pub/gtk/.
  */
 
+#ifndef __G_LIST_H__
+#define __G_LIST_H__
+
 #if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
 #error "Only <glib.h> can be included directly."
 #endif
 
-#ifndef __G_LIST_H__
-#define __G_LIST_H__
-
 #include <glib/gmem.h>
 #include <glib/gnode.h>