deskbar-applet r2473 - in trunk: . deskbar/core/keybinder deskbar/ui/iconentry



Author: sebp
Date: Tue Nov  4 19:34:37 2008
New Revision: 2473
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2473&view=rev

Log:
Cleanup GTK+ includes

Modified:
   trunk/ChangeLog
   trunk/deskbar/core/keybinder/eggaccelerators.c
   trunk/deskbar/core/keybinder/eggaccelerators.h
   trunk/deskbar/core/keybinder/tomboykeybinder.c
   trunk/deskbar/core/keybinder/tomboykeybinder.h
   trunk/deskbar/ui/iconentry/ephy-icon-entry.c
   trunk/deskbar/ui/iconentry/ephy-icon-entry.h

Modified: trunk/deskbar/core/keybinder/eggaccelerators.c
==============================================================================
--- trunk/deskbar/core/keybinder/eggaccelerators.c	(original)
+++ trunk/deskbar/core/keybinder/eggaccelerators.c	Tue Nov  4 19:34:37 2008
@@ -21,7 +21,7 @@
 #include "eggaccelerators.h"
 
 #include <string.h>
-#include <gdk/gdkx.h>
+#include <X11/Xlib.h>
 #include <gdk/gdkkeysyms.h>
 
 enum

Modified: trunk/deskbar/core/keybinder/eggaccelerators.h
==============================================================================
--- trunk/deskbar/core/keybinder/eggaccelerators.h	(original)
+++ trunk/deskbar/core/keybinder/eggaccelerators.h	Tue Nov  4 19:34:37 2008
@@ -21,7 +21,7 @@
 #ifndef __EGG_ACCELERATORS_H__
 #define __EGG_ACCELERATORS_H__
 
-#include <gtk/gtkaccelgroup.h>
+#include <gtk/gtk.h>
 #include <gdk/gdk.h>
 
 G_BEGIN_DECLS

Modified: trunk/deskbar/core/keybinder/tomboykeybinder.c
==============================================================================
--- trunk/deskbar/core/keybinder/tomboykeybinder.c	(original)
+++ trunk/deskbar/core/keybinder/tomboykeybinder.c	Tue Nov  4 19:34:37 2008
@@ -4,7 +4,6 @@
 #include <unistd.h>
 #include <sys/socket.h>
 #include <gdk/gdk.h>
-#include <gdk/gdkwindow.h>
 #include <gdk/gdkx.h>
 #include <X11/Xlib.h>
 

Modified: trunk/deskbar/core/keybinder/tomboykeybinder.h
==============================================================================
--- trunk/deskbar/core/keybinder/tomboykeybinder.h	(original)
+++ trunk/deskbar/core/keybinder/tomboykeybinder.h	Tue Nov  4 19:34:37 2008
@@ -2,7 +2,7 @@
 #ifndef __TOMBOY_KEY_BINDER_H__
 #define __TOMBOY_KEY_BINDER_H__
 
-#include <glib/gtypes.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 

Modified: trunk/deskbar/ui/iconentry/ephy-icon-entry.c
==============================================================================
--- trunk/deskbar/ui/iconentry/ephy-icon-entry.c	(original)
+++ trunk/deskbar/ui/iconentry/ephy-icon-entry.c	Tue Nov  4 19:34:37 2008
@@ -33,9 +33,7 @@
 
 #include "ephy-icon-entry.h"
 
-#include <gtk/gtkentry.h>
-#include <gtk/gtkbox.h>
-#include <gtk/gtkhbox.h>
+#include <gtk/gtk.h>
 
 #define EPHY_ICON_ENTRY_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_ICON_ENTRY, EphyIconEntryPrivate))
 

Modified: trunk/deskbar/ui/iconentry/ephy-icon-entry.h
==============================================================================
--- trunk/deskbar/ui/iconentry/ephy-icon-entry.h	(original)
+++ trunk/deskbar/ui/iconentry/ephy-icon-entry.h	Tue Nov  4 19:34:37 2008
@@ -30,7 +30,7 @@
 #ifndef EPHY_ICON_ENTRY_H
 #define EPHY_ICON_ENTRY_H
 
-#include <gtk/gtkbin.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 



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