diff options
author | Michael Natterer <mitch@gimp.org> | 2009-10-21 20:30:04 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:51:18 +0200 |
commit | 5e29973773d4e2177f234675cc2a2b2016aa9fbc (patch) | |
tree | 6d94d97e37033f2d96f55b9267900a0da5535832 /gtk/gtktoggleaction.h | |
parent | 90d514a8a566e3e534b913f943f80f1f92646173 (diff) | |
download | gtk+-5e29973773d4e2177f234675cc2a2b2016aa9fbc.tar.gz |
Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES
...and disallow inclusion of individual files unconditionally.
Diffstat (limited to 'gtk/gtktoggleaction.h')
-rw-r--r-- | gtk/gtktoggleaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoggleaction.h b/gtk/gtktoggleaction.h index 5f72546326..2cdf3fd184 100644 --- a/gtk/gtktoggleaction.h +++ b/gtk/gtktoggleaction.h @@ -28,7 +28,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 |