summaryrefslogtreecommitdiff
path: root/glib/glib.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-09-18 20:31:09 -0400
committerRyan Lortie <desrt@desrt.ca>2011-09-18 22:01:37 -0400
commitc3fc0c285f001b3463eda4a63654d645594df08b (patch)
tree51cd13995e994f136733ff9273742c2248a40223 /glib/glib.h
parenta2ea02d01ee7b0fe8f2be7f9a34decb17ec8193b (diff)
downloadglib-c3fc0c285f001b3463eda4a63654d645594df08b.tar.gz
Move deprecated GRel to deprecated/
Keep the docs for now, though. We'll remove them after a few more cycles. https://bugzilla.gnome.org/show_bug.cgi?id=659427
Diffstat (limited to 'glib/glib.h')
-rw-r--r--glib/glib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glib.h b/glib/glib.h
index 95cbe758e..a4d54989c 100644
--- a/glib/glib.h
+++ b/glib/glib.h
@@ -69,7 +69,6 @@
#include <glib/gquark.h>
#include <glib/gqueue.h>
#include <glib/grand.h>
-#include <glib/grel.h>
#include <glib/gregex.h>
#include <glib/gscanner.h>
#include <glib/gsequence.h>
@@ -97,6 +96,7 @@
#ifndef G_DISABLE_DEPRECATED
#include <glib/deprecated/gallocator.h>
+#include <glib/deprecated/grel.h>
#endif
#undef __GLIB_H_INSIDE__