From 24d2f90ac370c093c48e712050e90ced49707104 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 30 May 2008 12:02:19 +0000 Subject: gtk/gtkmountoperation.h gtk/gtkshow.h gtk/gtktestutils.h no need to allow 2008-05-30 Michael Natterer * 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 --- gtk/gtktoolshell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtktoolshell.h') diff --git a/gtk/gtktoolshell.h b/gtk/gtktoolshell.h index 87bb647ce2..fcd07aa5fa 100644 --- a/gtk/gtktoolshell.h +++ b/gtk/gtktoolshell.h @@ -20,7 +20,7 @@ * Mathias Hasselmann */ -#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -- cgit v1.2.1