summaryrefslogtreecommitdiff
path: root/gtk/gtktestutils.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/gtktestutils.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/gtktestutils.h')
-rw-r--r--gtk/gtktestutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktestutils.h b/gtk/gtktestutils.h
index f0950de2f3..c6fe4fa5b1 100644
--- a/gtk/gtktestutils.h
+++ b/gtk/gtktestutils.h
@@ -18,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#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