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/gtkshow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkshow.h') diff --git a/gtk/gtkshow.h b/gtk/gtkshow.h index 5d83d68645..44e65c8117 100644 --- a/gtk/gtkshow.h +++ b/gtk/gtkshow.h @@ -20,7 +20,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 can be included directly." #endif -- cgit v1.2.1