summaryrefslogtreecommitdiff
path: root/glib/deprecated
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-11-03 00:30:56 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-11-03 00:31:14 -0400
commita3c8712c4bc8c8ed4e7523ee06766436a6a84c0e (patch)
tree355970bbb540acbb634efe23d4aad1d84e67dbc2 /glib/deprecated
parent5896808e8c6a66db34d9c0c5562a3bef00357a25 (diff)
downloadglib-a3c8712c4bc8c8ed4e7523ee06766436a6a84c0e.tar.gz
Remove single-include guards in deprecated/
Not allowed to include these headers single anymore, either.
Diffstat (limited to 'glib/deprecated')
-rw-r--r--glib/deprecated/gallocator.h2
-rw-r--r--glib/deprecated/gcompletion.h2
-rw-r--r--glib/deprecated/grel.h2
-rw-r--r--glib/deprecated/gthread.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/glib/deprecated/gallocator.h b/glib/deprecated/gallocator.h
index e08ab2f7a..e4990e901 100644
--- a/glib/deprecated/gallocator.h
+++ b/glib/deprecated/gallocator.h
@@ -15,7 +15,7 @@
* Boston, MA 02111-1307, USA.
*/
-#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
diff --git a/glib/deprecated/gcompletion.h b/glib/deprecated/gcompletion.h
index af6cf6157..f598ca75d 100644
--- a/glib/deprecated/gcompletion.h
+++ b/glib/deprecated/gcompletion.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
diff --git a/glib/deprecated/grel.h b/glib/deprecated/grel.h
index 757c92c67..68dcd3159 100644
--- a/glib/deprecated/grel.h
+++ b/glib/deprecated/grel.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
diff --git a/glib/deprecated/gthread.h b/glib/deprecated/gthread.h
index 095ecc28e..ef605faf0 100644
--- a/glib/deprecated/gthread.h
+++ b/glib/deprecated/gthread.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