summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-30 12:02:19 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-30 12:02:19 +0000
commit24d2f90ac370c093c48e712050e90ced49707104 (patch)
tree84f8e194cad03f370f7f096c79fb8a9499d0c053 /gtk/gtkmountoperation.h
parent2d98228c553b6e0e9e1689221953eb83cb2c619e (diff)
downloadgtk+-24d2f90ac370c093c48e712050e90ced49707104.tar.gz
gtk/gtkmountoperation.h gtk/gtkshow.h gtk/gtktestutils.h no need to allow
2008-05-30 Michael Natterer <mitch@imendio.com> * gtk/gtkmountoperation.h * gtk/gtkshow.h * gtk/gtktestutils.h * gtk/gtktoolshell.h: no need to allow disabling single includes conditionally in these new files. Simply forbid including them individually from the beginning. svn path=/trunk/; revision=20255
Diffstat (limited to 'gtk/gtkmountoperation.h')
-rw-r--r--gtk/gtkmountoperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmountoperation.h b/gtk/gtkmountoperation.h
index 7d93e65776..8e93cfe47e 100644
--- a/gtk/gtkmountoperation.h
+++ b/gtk/gtkmountoperation.h
@@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif