]> Pileus Git - ~andy/gtk/commitdiff
gtk/gtkmountoperation.h gtk/gtkshow.h gtk/gtktestutils.h no need to allow
authorMichael Natterer <mitch@imendio.com>
Fri, 30 May 2008 12:02:19 +0000 (12:02 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 30 May 2008 12:02:19 +0000 (12:02 +0000)
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

ChangeLog
gtk/gtkmountoperation.h
gtk/gtkshow.h
gtk/gtktestutils.h
gtk/gtktoolshell.h

index 0f5ddc856569acf0becd0b3e03cf81de686b2e25..cd1e16857d6b835a3d15a60a301afcfc06dae0f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
 2008-05-30  Tor Lillqvist  <tml@novell.com>
 
        Bug 533108 - leak of GDI region in function 'handle_wm_paint'
index 7d93e65776988614f3ff6bccbdef0237a22c2700..8e93cfe47e3b4fcb9641e6673fe9149339fa4bec 100644 (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
 
index 5d83d68645957f900734ce175edebda9c3dd1862..44e65c81174784d7ef5ac5135f8a8032d05a1d10 100644 (file)
@@ -20,7 +20,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
 
index f0950de2f30720ab424710562f537c2a2e272bca..c6fe4fa5b13a917443d564a1ba81b98fa9a4ce93 100644 (file)
@@ -18,7 +18,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
 
index 87bb647ce2bae011e6f7626e5c4ea00272a39d54..fcd07aa5fabfae92c94b5715e9174f5b6ba6c4ca 100644 (file)
@@ -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