diff options
author | Michael Natterer <mitch@imendio.com> | 2008-05-30 12:02:19 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-30 12:02:19 +0000 |
commit | 24d2f90ac370c093c48e712050e90ced49707104 (patch) | |
tree | 84f8e194cad03f370f7f096c79fb8a9499d0c053 /gtk/gtktoolshell.h | |
parent | 2d98228c553b6e0e9e1689221953eb83cb2c619e (diff) | |
download | gtk+-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/gtktoolshell.h')
-rw-r--r-- | gtk/gtktoolshell.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gtk/gtk.h> can be included directly." #endif |