commit 2fa10e398980d14ac11231b08683fcd185740814
Author: phantomjinx <p.g.richard...@phantomjinx.co.uk>
Date:   Thu Apr 21 21:31:22 2011 +0100

    Remove superfluous glade includes

 libgtkpod/gtkpod_app_iface.h             |    1 -
 libgtkpod/misc.h                         |    1 -
 plugins/cover_display/display_coverart.h |    1 -
 plugins/details_editor/details.h         |    1 -
 src/gtkpod.h                             |    4 +---
 5 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/libgtkpod/gtkpod_app_iface.h b/libgtkpod/gtkpod_app_iface.h
index 680b680..8ada948 100644
--- a/libgtkpod/gtkpod_app_iface.h
+++ b/libgtkpod/gtkpod_app_iface.h
@@ -34,7 +34,6 @@
 #endif
 
 #include <gtk/gtk.h>
-#include <glade/glade-xml.h>
 #include "itdb.h"
 #include "exporter_iface.h"
 #include "repository_editor_iface.h"
diff --git a/libgtkpod/misc.h b/libgtkpod/misc.h
index 4874976..18741f9 100644
--- a/libgtkpod/misc.h
+++ b/libgtkpod/misc.h
@@ -34,7 +34,6 @@
 #endif
 
 #include <gtk/gtk.h>
-#include <glade/glade.h>
 #include <stdio.h>
 #include <libxml/xmlversion.h>
 #include <libxml/xmlmemory.h>
diff --git a/plugins/cover_display/display_coverart.h 
b/plugins/cover_display/display_coverart.h
index 9fe36e4..962d766 100644
--- a/plugins/cover_display/display_coverart.h
+++ b/plugins/cover_display/display_coverart.h
@@ -30,7 +30,6 @@
 #define __DISPLAY_COVERART_H__
 
 #include <gtk/gtk.h>
-#include <glade/glade.h>
 #include <cairo/cairo.h>
 #include "libgtkpod/itdb.h"
 
diff --git a/plugins/details_editor/details.h b/plugins/details_editor/details.h
index fba0c06..2b791d5 100644
--- a/plugins/details_editor/details.h
+++ b/plugins/details_editor/details.h
@@ -35,7 +35,6 @@
 #endif
 
 #include <gtk/gtk.h>
-#include <glade/glade.h>
 #include "libgtkpod/itdb.h"
 
 #define DETAILS_LYRICS_NOTEBOOK_PAGE 3
diff --git a/src/gtkpod.h b/src/gtkpod.h
index 5ff96ab..ca0a28b 100644
--- a/src/gtkpod.h
+++ b/src/gtkpod.h
@@ -33,16 +33,14 @@
 #  include <config.h>
 #endif
 
-#include <glib.h>
+#include <gtk/gtk.h>
 #include <glib/gprintf.h>
-#include <glade/glade-xml.h>
 
 #define USER_PROFILE_NAME "user"
 
 #define GTKPOD_ICON_STOCK_ID "gtkpod-icon"
 #define GTKPOD_ICON "gtkpod"
 
-GladeXML *gtkpod_core_xml_new(const gchar *name);
 void gtkpod_init(int argc, char *argv[]);
 
 #endif /* GTKPOD_H_ */

------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to