summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2009-07-09 16:31:27 +0200
committerMichael Natterer <mitch@gimp.org>2009-07-09 16:31:27 +0200
commit8031432c09c864d6fe635a8e8890c5221399fc4f (patch)
treec3a59251e537d6e5a8f8f0517b60e75eca689af2
parentbecb5057fc26e721e49d16b2cd1edc4834d65ce3 (diff)
downloadgdk-pixbuf-8031432c09c864d6fe635a8e8890c5221399fc4f.tar.gz
Disallow single-include unconditionally because this is a new file
-rw-r--r--gtk/gtkentrybuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentrybuffer.h b/gtk/gtkentrybuffer.h
index 275aaa1b3..cf2ddda90 100644
--- a/gtk/gtkentrybuffer.h
+++ b/gtk/gtkentrybuffer.h
@@ -17,7 +17,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 <gtk/gtk.h> can be included directly."
#endif