gtk+ r21734 - in trunk: . gtk



Author: mitch
Date: Thu Oct 30 16:34:16 2008
New Revision: 21734
URL: http://svn.gnome.org/viewvc/gtk+?rev=21734&view=rev

Log:
2008-10-30  Michael Natterer  <mitch imendio com>

	* gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
	somehow include gtkobject.h or another header which includes it.



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkbindings.h
   trunk/gtk/gtkbutton.h
   trunk/gtk/gtkclist.h
   trunk/gtk/gtkcontainer.h
   trunk/gtk/gtkdnd.h
   trunk/gtk/gtkobject.h
   trunk/gtk/gtkpagesetup.h
   trunk/gtk/gtkpapersize.h
   trunk/gtk/gtkprintcontext.h
   trunk/gtk/gtkprintoperation.h
   trunk/gtk/gtkprintutils.h
   trunk/gtk/gtkselection.h
   trunk/gtk/gtkstyle.h
   trunk/gtk/gtktexttag.h
   trunk/gtk/gtktoolbar.h
   trunk/gtk/gtktoolshell.h
   trunk/gtk/gtktreesortable.h
   trunk/gtk/gtkwindow.h

Modified: trunk/gtk/gtkbindings.h
==============================================================================
--- trunk/gtk/gtkbindings.h	(original)
+++ trunk/gtk/gtkbindings.h	Thu Oct 30 16:34:16 2008
@@ -37,7 +37,6 @@
 
 #include <gdk/gdk.h>
 #include <gtk/gtkobject.h>
-#include <gtk/gtkenums.h>
 
 
 G_BEGIN_DECLS

Modified: trunk/gtk/gtkbutton.h
==============================================================================
--- trunk/gtk/gtkbutton.h	(original)
+++ trunk/gtk/gtkbutton.h	Thu Oct 30 16:34:16 2008
@@ -33,7 +33,6 @@
 
 
 #include <gtk/gtkbin.h>
-#include <gtk/gtkenums.h>
 #include <gtk/gtkimage.h>
 
 

Modified: trunk/gtk/gtkclist.h
==============================================================================
--- trunk/gtk/gtkclist.h	(original)
+++ trunk/gtk/gtkclist.h	Thu Oct 30 16:34:16 2008
@@ -37,7 +37,6 @@
 #include <gtk/gtkbutton.h>
 #include <gtk/gtkhscrollbar.h>
 #include <gtk/gtkvscrollbar.h>
-#include <gtk/gtkenums.h>
 
 
 G_BEGIN_DECLS

Modified: trunk/gtk/gtkcontainer.h
==============================================================================
--- trunk/gtk/gtkcontainer.h	(original)
+++ trunk/gtk/gtkcontainer.h	Thu Oct 30 16:34:16 2008
@@ -32,7 +32,6 @@
 #define __GTK_CONTAINER_H__
 
 
-#include <gtk/gtkenums.h>
 #include <gtk/gtkwidget.h>
 #include <gtk/gtkadjustment.h>
 

Modified: trunk/gtk/gtkdnd.h
==============================================================================
--- trunk/gtk/gtkdnd.h	(original)
+++ trunk/gtk/gtkdnd.h	Thu Oct 30 16:34:16 2008
@@ -33,7 +33,6 @@
 #define __GTK_DND_H__
 
 
-#include <gtk/gtkenums.h>
 #include <gtk/gtkwidget.h>
 #include <gtk/gtkselection.h>
 

Modified: trunk/gtk/gtkobject.h
==============================================================================
--- trunk/gtk/gtkobject.h	(original)
+++ trunk/gtk/gtkobject.h	Thu Oct 30 16:34:16 2008
@@ -37,6 +37,7 @@
 #include <gtk/gtktypeutils.h>
 #include <gtk/gtkdebug.h>
 
+
 G_BEGIN_DECLS
 
 /* macros for casting a pointer to a GtkObject or GtkObjectClass pointer,

Modified: trunk/gtk/gtkpagesetup.h
==============================================================================
--- trunk/gtk/gtkpagesetup.h	(original)
+++ trunk/gtk/gtkpagesetup.h	Thu Oct 30 16:34:16 2008
@@ -25,9 +25,10 @@
 #ifndef __GTK_PAGE_SETUP_H__
 #define __GTK_PAGE_SETUP_H__
 
-#include <gtk/gtkenums.h>
+
 #include <gtk/gtkpapersize.h>
 
+
 G_BEGIN_DECLS
 
 typedef struct _GtkPageSetup GtkPageSetup;

Modified: trunk/gtk/gtkpapersize.h
==============================================================================
--- trunk/gtk/gtkpapersize.h	(original)
+++ trunk/gtk/gtkpapersize.h	Thu Oct 30 16:34:16 2008
@@ -25,8 +25,10 @@
 #ifndef __GTK_PAPER_SIZE_H__
 #define __GTK_PAPER_SIZE_H__
 
+
 #include <gtk/gtkenums.h>
 
+
 G_BEGIN_DECLS
 
 typedef struct _GtkPaperSize GtkPaperSize;

Modified: trunk/gtk/gtkprintcontext.h
==============================================================================
--- trunk/gtk/gtkprintcontext.h	(original)
+++ trunk/gtk/gtkprintcontext.h	Thu Oct 30 16:34:16 2008
@@ -25,10 +25,11 @@
 #ifndef __GTK_PRINT_CONTEXT_H__
 #define __GTK_PRINT_CONTEXT_H__
 
+
 #include <pango/pango.h>
-#include <gtk/gtkenums.h>
 #include <gtk/gtkpagesetup.h>
 
+
 G_BEGIN_DECLS
 
 typedef struct _GtkPrintContext GtkPrintContext;

Modified: trunk/gtk/gtkprintoperation.h
==============================================================================
--- trunk/gtk/gtkprintoperation.h	(original)
+++ trunk/gtk/gtkprintoperation.h	Thu Oct 30 16:34:16 2008
@@ -25,15 +25,16 @@
 #ifndef __GTK_PRINT_OPERATION_H__
 #define __GTK_PRINT_OPERATION_H__
 
+
 #include <cairo.h>
 #include <gtk/gtkmain.h>
-#include <gtk/gtkenums.h>
 #include <gtk/gtkwindow.h>
 #include <gtk/gtkpagesetup.h>
 #include <gtk/gtkprintsettings.h>
 #include <gtk/gtkprintcontext.h>
 #include <gtk/gtkprintoperationpreview.h>
 
+
 G_BEGIN_DECLS
 
 #define GTK_TYPE_PRINT_OPERATION		(gtk_print_operation_get_type ())

Modified: trunk/gtk/gtkprintutils.h
==============================================================================
--- trunk/gtk/gtkprintutils.h	(original)
+++ trunk/gtk/gtkprintutils.h	Thu Oct 30 16:34:16 2008
@@ -20,8 +20,10 @@
 #ifndef __GTK_PRINT_UTILS_H__
 #define __GTK_PRINT_UTILS_H__
 
+
 #include "gtkenums.h"
 
+
 G_BEGIN_DECLS
 
 #define MM_PER_INCH 25.4

Modified: trunk/gtk/gtkselection.h
==============================================================================
--- trunk/gtk/gtkselection.h	(original)
+++ trunk/gtk/gtkselection.h	Thu Oct 30 16:34:16 2008
@@ -31,10 +31,11 @@
 #ifndef __GTK_SELECTION_H__
 #define __GTK_SELECTION_H__
 
-#include <gtk/gtkenums.h>
+
 #include <gtk/gtkwidget.h>
 #include <gtk/gtktextiter.h>
 
+
 G_BEGIN_DECLS
 
 typedef struct _GtkTargetList    GtkTargetList;

Modified: trunk/gtk/gtkstyle.h
==============================================================================
--- trunk/gtk/gtkstyle.h	(original)
+++ trunk/gtk/gtkstyle.h	Thu Oct 30 16:34:16 2008
@@ -36,6 +36,7 @@
 #include <gtk/gtkenums.h>
 #include <pango/pango.h>
 
+
 G_BEGIN_DECLS
 
 #define GTK_TYPE_STYLE              (gtk_style_get_type ())

Modified: trunk/gtk/gtktexttag.h
==============================================================================
--- trunk/gtk/gtktexttag.h	(original)
+++ trunk/gtk/gtktexttag.h	Thu Oct 30 16:34:16 2008
@@ -54,12 +54,14 @@
 #ifndef __GTK_TEXT_TAG_H__
 #define __GTK_TEXT_TAG_H__
 
+
 #include <gdk/gdk.h>
 #include <gtk/gtkenums.h>
 
 /* Not needed, retained for compatibility -Yosh */
 #include <gtk/gtkobject.h>
 
+
 G_BEGIN_DECLS
 
 typedef struct _GtkTextIter GtkTextIter;

Modified: trunk/gtk/gtktoolbar.h
==============================================================================
--- trunk/gtk/gtktoolbar.h	(original)
+++ trunk/gtk/gtktoolbar.h	Thu Oct 30 16:34:16 2008
@@ -38,7 +38,6 @@
 
 
 #include <gtk/gtkcontainer.h>
-#include <gtk/gtkenums.h>
 #include <gtk/gtktooltips.h>
 #include <gtk/gtktoolitem.h>
 

Modified: trunk/gtk/gtktoolshell.h
==============================================================================
--- trunk/gtk/gtktoolshell.h	(original)
+++ trunk/gtk/gtktoolshell.h	Thu Oct 30 16:34:16 2008
@@ -27,8 +27,10 @@
 #ifndef __GTK_TOOL_SHELL_H__
 #define __GTK_TOOL_SHELL_H__
 
+
 #include <gtk/gtkenums.h>
 
+
 G_BEGIN_DECLS
 
 #define GTK_TYPE_TOOL_SHELL            (gtk_tool_shell_get_type ())

Modified: trunk/gtk/gtktreesortable.h
==============================================================================
--- trunk/gtk/gtktreesortable.h	(original)
+++ trunk/gtk/gtktreesortable.h	Thu Oct 30 16:34:16 2008
@@ -24,10 +24,11 @@
 #ifndef __GTK_TREE_SORTABLE_H__
 #define __GTK_TREE_SORTABLE_H__
 
-#include <gtk/gtkenums.h>
+
 #include <gtk/gtktreemodel.h>
 #include <gtk/gtktypeutils.h>
 
+
 G_BEGIN_DECLS
 
 #define GTK_TYPE_TREE_SORTABLE            (gtk_tree_sortable_get_type ())

Modified: trunk/gtk/gtkwindow.h
==============================================================================
--- trunk/gtk/gtkwindow.h	(original)
+++ trunk/gtk/gtkwindow.h	Thu Oct 30 16:34:16 2008
@@ -34,7 +34,6 @@
 
 #include <gtk/gtkaccelgroup.h>
 #include <gtk/gtkbin.h>
-#include <gtk/gtkenums.h>
 
 
 G_BEGIN_DECLS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]