summaryrefslogtreecommitdiff
path: root/glib/gqueue.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-12 00:24:46 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-12 00:25:38 -0400
commit7455dd370eb37ce3b0b409ff6120501f37b50569 (patch)
tree9cdfc0104363f3629154220853126ab0d161ac93 /glib/gqueue.h
parent9bb5a55bda83c58ddbd0381693d98c7a2f701d01 (diff)
downloadglib-7455dd370eb37ce3b0b409ff6120501f37b50569.tar.gz
Make single includes mandatory
This has been the official line since 2.17, which seems plenty long enough for a transition phase.
Diffstat (limited to 'glib/gqueue.h')
-rw-r--r--glib/gqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gqueue.h b/glib/gqueue.h
index 591a09a00..dd236d5d8 100644
--- a/glib/gqueue.h
+++ b/glib/gqueue.h
@@ -24,7 +24,7 @@
* GLib at ftp://ftp.gtk.org/pub/gtk/.
*/
-#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
+#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
#error "Only <glib.h> can be included directly."
#endif