gnome-build r643 - in trunk: . src/backends/libgbf_am src/backends/libgbf_mkfile src/gbf



Author: sgranjoux
Date: Sat Dec 20 10:03:18 2008
New Revision: 643
URL: http://svn.gnome.org/viewvc/gnome-build?rev=643&view=rev

Log:
	* src/backends/libgbf_am/gbf-am-properties.h:
	* src/backends/libgbf_mkfile/gbf-mkfile-properties.c:
	* src/backends/libgbf_mkfile/gbf-mkfile-properties.h:
	* src/gbf/gbf-project-model.c:
	* src/gbf/gbf-project-model.h:
	* src/gbf/gbf-project-util.h:
	* src/gbf/gbf-project-view.h:
	* src/gbf/gbf-project.h:
	GNOME Goal: Clean up GLib and GTK+ includes (Closes: #563899)


Modified:
   trunk/ChangeLog
   trunk/src/backends/libgbf_am/gbf-am-properties.h
   trunk/src/backends/libgbf_mkfile/gbf-mkfile-properties.c
   trunk/src/backends/libgbf_mkfile/gbf-mkfile-properties.h
   trunk/src/gbf/gbf-project-model.c
   trunk/src/gbf/gbf-project-model.h
   trunk/src/gbf/gbf-project-util.h
   trunk/src/gbf/gbf-project-view.h
   trunk/src/gbf/gbf-project.h

Modified: trunk/src/backends/libgbf_am/gbf-am-properties.h
==============================================================================
--- trunk/src/backends/libgbf_am/gbf-am-properties.h	(original)
+++ trunk/src/backends/libgbf_am/gbf-am-properties.h	Sat Dec 20 10:03:18 2008
@@ -24,7 +24,7 @@
 #ifndef _GBF_AM_PROPERTIES_H_
 #define _GBF_AM_PROPERTIES_H_
 
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
 #include "gbf-am-project.h"
 
 GtkWidget *gbf_am_properties_get_widget (GbfAmProject *project, GError **error);

Modified: trunk/src/backends/libgbf_mkfile/gbf-mkfile-properties.c
==============================================================================
--- trunk/src/backends/libgbf_mkfile/gbf-mkfile-properties.c	(original)
+++ trunk/src/backends/libgbf_mkfile/gbf-mkfile-properties.c	Sat Dec 20 10:03:18 2008
@@ -28,12 +28,7 @@
 
 #include <string.h>
 
-#include <gtk/gtkvbox.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtkentry.h>
-#include <gtk/gtklabel.h>
-#include <gtk/gtktable.h>
-#include <gtk/gtkframe.h>
+#include <gtk/gtk.h>
 
 #include "gbf-i18n.h"
 #include "gbf-mkfile-config.h"

Modified: trunk/src/backends/libgbf_mkfile/gbf-mkfile-properties.h
==============================================================================
--- trunk/src/backends/libgbf_mkfile/gbf-mkfile-properties.h	(original)
+++ trunk/src/backends/libgbf_mkfile/gbf-mkfile-properties.h	Sat Dec 20 10:03:18 2008
@@ -29,7 +29,7 @@
 #ifndef _GBF_MKFILE_PROPERTIES_H_
 #define _GBF_MKFILE_PROPERTIES_H_
 
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
 #include "gbf-mkfile-project.h"
 
 GtkWidget *gbf_mkfile_properties_get_widget (GbfMkfileProject *project, GError **error);

Modified: trunk/src/gbf/gbf-project-model.c
==============================================================================
--- trunk/src/gbf/gbf-project-model.c	(original)
+++ trunk/src/gbf/gbf-project-model.c	Sat Dec 20 10:03:18 2008
@@ -27,9 +27,7 @@
 
 #include <string.h>
 #include <glib-object.h>
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreestore.h>
-#include <gtk/gtktreednd.h>
+#include <gtk/gtk.h>
 #include <libgnomevfs/gnome-vfs-uri.h>
 
 #include "gbf-i18n.h"

Modified: trunk/src/gbf/gbf-project-model.h
==============================================================================
--- trunk/src/gbf/gbf-project-model.h	(original)
+++ trunk/src/gbf/gbf-project-model.h	Sat Dec 20 10:03:18 2008
@@ -24,7 +24,7 @@
 #define GBF_PROJECT_MODEL_H
 
 #include <glib-object.h>
-#include <gtk/gtktreestore.h>
+#include <gtk/gtk.h>
 #include <gbf/gbf-project.h>
 #include <gbf/gbf-tree-data.h>
 

Modified: trunk/src/gbf/gbf-project-util.h
==============================================================================
--- trunk/src/gbf/gbf-project-util.h	(original)
+++ trunk/src/gbf/gbf-project-util.h	Sat Dec 20 10:03:18 2008
@@ -24,7 +24,7 @@
 #define __GBF_PROJECT_UTIL_H__
 
 #include <glib.h>
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
 #include <gbf/gbf-project-model.h>
 
 G_BEGIN_DECLS

Modified: trunk/src/gbf/gbf-project-view.h
==============================================================================
--- trunk/src/gbf/gbf-project-view.h	(original)
+++ trunk/src/gbf/gbf-project-view.h	Sat Dec 20 10:03:18 2008
@@ -23,7 +23,7 @@
 #ifndef _GBF_PROJECT_TREE_H_
 #define _GBF_PROJECT_TREE_H_
 
-#include <gtk/gtktreeview.h>
+#include <gtk/gtk.h>
 #include <gbf/gbf-tree-data.h>
 
 G_BEGIN_DECLS

Modified: trunk/src/gbf/gbf-project.h
==============================================================================
--- trunk/src/gbf/gbf-project.h	(original)
+++ trunk/src/gbf/gbf-project.h	Sat Dec 20 10:03:18 2008
@@ -21,7 +21,7 @@
 #define _GBF_PROJECT_H_
 
 #include <glib-object.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 



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