We can't disallow single-includes unconditionally because gtkentrybuffer.h
is included in gtkentry.h.
This commit is contained in:
Matthias Clasen 2009-07-12 23:04:57 -04:00
parent 2c0e3be61f
commit 26e67850a7

View File

@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif