beagle r4895 - trunk/beagle/glue



Author: dbera
Date: Fri Dec 26 01:28:37 2008
New Revision: 4895
URL: http://svn.gnome.org/viewvc/beagle?rev=4895&view=rev

Log:
Clean up GLib and GTK+ includes. Patch from #564460.


Modified:
   trunk/beagle/glue/eggaccelerators.h
   trunk/beagle/glue/search-entry.h
   trunk/beagle/glue/tomboykeybinder.c
   trunk/beagle/glue/tomboykeybinder.h

Modified: trunk/beagle/glue/eggaccelerators.h
==============================================================================
--- trunk/beagle/glue/eggaccelerators.h	(original)
+++ trunk/beagle/glue/eggaccelerators.h	Fri Dec 26 01:28:37 2008
@@ -21,7 +21,6 @@
 #ifndef __EGG_ACCELERATORS_H__
 #define __EGG_ACCELERATORS_H__
 
-#include <gtk/gtkaccelgroup.h>
 #include <gdk/gdk.h>
 
 G_BEGIN_DECLS

Modified: trunk/beagle/glue/search-entry.h
==============================================================================
--- trunk/beagle/glue/search-entry.h	(original)
+++ trunk/beagle/glue/search-entry.h	Fri Dec 26 01:28:37 2008
@@ -1,7 +1,7 @@
 #ifndef __SEARCH_ENTRY_H__
 #define __SEARCH_ENTRY_H__
 
-#include <gtk/gtkentry.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 

Modified: trunk/beagle/glue/tomboykeybinder.c
==============================================================================
--- trunk/beagle/glue/tomboykeybinder.c	(original)
+++ trunk/beagle/glue/tomboykeybinder.c	Fri Dec 26 01:28:37 2008
@@ -25,7 +25,6 @@
 
 #include <string.h>
 #include <gdk/gdk.h>
-#include <gdk/gdkwindow.h>
 #include <gdk/gdkx.h>
 #include <X11/Xlib.h>
 

Modified: trunk/beagle/glue/tomboykeybinder.h
==============================================================================
--- trunk/beagle/glue/tomboykeybinder.h	(original)
+++ trunk/beagle/glue/tomboykeybinder.h	Fri Dec 26 01:28: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
 



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