Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES

...and disallow inclusion of individual files unconditionally.
This commit is contained in:
Michael Natterer
2009-10-21 20:30:04 +02:00
committed by Javier Jardón
parent 90d514a8a5
commit 5e29973773
208 changed files with 208 additions and 208 deletions

View File

@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#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