yelp r3244 - in trunk: . src



Author: shaunm
Date: Thu Apr  9 03:43:44 2009
New Revision: 3244
URL: http://svn.gnome.org/viewvc/yelp?rev=3244&view=rev

Log:
* src/gtkentryaction.c:
* src/gtkentryaction.h:
* src/yelp-bookmarks.c:
* src/yelp-bookmarks.h:
* src/yelp-main.c:
* src/yelp-print.h:
* src/yelp-settings.h:
* src/yelp-window.h:
GNOME Goal: Clean up GLib and GTK+ includes (Closes: #563865)


Modified:
   trunk/ChangeLog
   trunk/src/gtkentryaction.c
   trunk/src/gtkentryaction.h
   trunk/src/yelp-bookmarks.c
   trunk/src/yelp-bookmarks.h
   trunk/src/yelp-main.c
   trunk/src/yelp-print.h
   trunk/src/yelp-settings.h
   trunk/src/yelp-window.h

Modified: trunk/src/gtkentryaction.c
==============================================================================
--- trunk/src/gtkentryaction.c	(original)
+++ trunk/src/gtkentryaction.c	Thu Apr  9 03:43:44 2009
@@ -23,10 +23,7 @@
 
 #include "gtkentryaction.h"
 
-#include <gtk/gtkentry.h>
-#include <gtk/gtktoolitem.h>
-#include <gtk/gtklabel.h>
-#include <gtk/gtkhbox.h>
+#include <gtk/gtk.h>
 
 #define GTK_ENTRY_ACTION_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), GTK_TYPE_ENTRY_ACTION, GtkEntryActionPrivate))
 

Modified: trunk/src/gtkentryaction.h
==============================================================================
--- trunk/src/gtkentryaction.h	(original)
+++ trunk/src/gtkentryaction.h	Thu Apr  9 03:43:44 2009
@@ -21,7 +21,7 @@
 #ifndef GTK_ENTRY_ACTION_H
 #define GTK_ENTRY_ACTION_H
 
-#include <gtk/gtkaction.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 

Modified: trunk/src/yelp-bookmarks.c
==============================================================================
--- trunk/src/yelp-bookmarks.c	(original)
+++ trunk/src/yelp-bookmarks.c	Thu Apr  9 03:43:44 2009
@@ -30,9 +30,7 @@
 #include "yelp-debug.h"
 
 #include <string.h>
-#include <gtk/gtkuimanager.h>
-#include <gtk/gtkliststore.h>
-#include <gtk/gtktreemodel.h>
+#include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 #include <glade/glade.h>
 #include <libxml/parser.h>

Modified: trunk/src/yelp-bookmarks.h
==============================================================================
--- trunk/src/yelp-bookmarks.h	(original)
+++ trunk/src/yelp-bookmarks.h	Thu Apr  9 03:43:44 2009
@@ -24,7 +24,7 @@
 #define __YELP_BOOKMARKS_H__
 
 #include <glib.h>
-#include <gtk/gtkactiongroup.h>
+#include <gtk/gtk.h>
 
 #include "yelp-window.h"
 

Modified: trunk/src/yelp-main.c
==============================================================================
--- trunk/src/yelp-main.c	(original)
+++ trunk/src/yelp-main.c	Thu Apr  9 03:43:44 2009
@@ -25,8 +25,7 @@
 #endif
 
 #include <glib/gi18n.h>
-#include <gtk/gtkmain.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
 #include <gdk/gdkx.h>
 #include <libgnome/gnome-program.h>
 #include <libgnomeui/gnome-ui-init.h>

Modified: trunk/src/yelp-print.h
==============================================================================
--- trunk/src/yelp-print.h	(original)
+++ trunk/src/yelp-print.h	Thu Apr  9 03:43:44 2009
@@ -27,7 +27,7 @@
 
 /* Needed to fill the struct */
 #include <gtk/gtkprinter.h>
-#include <gtk/gtkprintsettings.h>
+#include <gtk/gtk.h>
 
 #include "yelp-window.h"
 

Modified: trunk/src/yelp-settings.h
==============================================================================
--- trunk/src/yelp-settings.h	(original)
+++ trunk/src/yelp-settings.h	Thu Apr  9 03:43:44 2009
@@ -24,7 +24,7 @@
 #define __YELP_SETTINGS_H__
 
 #include <glib.h>
-#include <gtk/gtkicontheme.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 

Modified: trunk/src/yelp-window.h
==============================================================================
--- trunk/src/yelp-window.h	(original)
+++ trunk/src/yelp-window.h	Thu Apr  9 03:43:44 2009
@@ -23,8 +23,6 @@
 #ifndef __YELP_WINDOW_H__
 #define __YELP_WINDOW_H__
 
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtkwindow.h>
 #include <gtk/gtk.h>
 
 #include "yelp-base.h"



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