[rhythmbox] stop including rb-stock-icons.h everywhere



commit 483f37c0d749afb04df0845059fe9607f295a552
Author: Jonathan Matthew <jonathan d14n org>
Date:   Mon Jul 1 22:32:12 2013 +1000

    stop including rb-stock-icons.h everywhere

 plugins/generic-player/rb-generic-player-plugin.c |    1 -
 plugins/ipod/rb-ipod-plugin.c                     |    1 -
 plugins/mtpdevice/rb-mtp-plugin.c                 |    1 -
 shell/rb-playlist-manager.c                       |    1 -
 shell/rb-shell-clipboard.c                        |    1 -
 shell/rb-shell-player.c                           |    1 -
 tests/test-rhythmdb-view.c                        |    1 -
 widgets/rb-dialog.c                               |    1 -
 widgets/rb-entry-view.c                           |    1 -
 widgets/rb-property-view.c                        |    1 -
 10 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/plugins/generic-player/rb-generic-player-plugin.c 
b/plugins/generic-player/rb-generic-player-plugin.c
index c0b87d9..17ef5d5 100644
--- a/plugins/generic-player/rb-generic-player-plugin.c
+++ b/plugins/generic-player/rb-generic-player-plugin.c
@@ -47,7 +47,6 @@
 #include "rb-generic-player-source.h"
 #include "rb-generic-player-playlist-source.h"
 #include "rb-file-helpers.h"
-#include "rb-stock-icons.h"
 #include "rb-nokia770-source.h"
 #include "rb-psp-source.h"
 #include "rb-display-page-tree.h"
diff --git a/plugins/ipod/rb-ipod-plugin.c b/plugins/ipod/rb-ipod-plugin.c
index 7143ea9..0d8f82d 100644
--- a/plugins/ipod/rb-ipod-plugin.c
+++ b/plugins/ipod/rb-ipod-plugin.c
@@ -49,7 +49,6 @@
 #include "rb-file-helpers.h"
 #include "rb-util.h"
 #include "rb-shell.h"
-#include "rb-stock-icons.h"
 #include "rb-display-page-tree.h"
 
 
diff --git a/plugins/mtpdevice/rb-mtp-plugin.c b/plugins/mtpdevice/rb-mtp-plugin.c
index 56b0668..97fbc74 100644
--- a/plugins/mtpdevice/rb-mtp-plugin.c
+++ b/plugins/mtpdevice/rb-mtp-plugin.c
@@ -58,7 +58,6 @@
 #include "rb-file-helpers.h"
 #include "rb-util.h"
 #include "rb-shell.h"
-#include "rb-stock-icons.h"
 #include "rb-removable-media-manager.h"
 #include "rb-mtp-gst.h"
 
diff --git a/shell/rb-playlist-manager.c b/shell/rb-playlist-manager.c
index 2f4297c..cf55fbf 100644
--- a/shell/rb-playlist-manager.c
+++ b/shell/rb-playlist-manager.c
@@ -57,7 +57,6 @@
 #include "rb-debug.h"
 #include "rb-dialog.h"
 #include "rhythmdb.h"
-#include "rb-stock-icons.h"
 #include "rb-builder-helpers.h"
 #include "rb-util.h"
 #include "rb-application.h"
diff --git a/shell/rb-shell-clipboard.c b/shell/rb-shell-clipboard.c
index 4c4875e..1f47b0a 100644
--- a/shell/rb-shell-clipboard.c
+++ b/shell/rb-shell-clipboard.c
@@ -54,7 +54,6 @@
 #include "rb-display-page-model.h"
 #include "rhythmdb.h"
 #include "rb-debug.h"
-#include "rb-stock-icons.h"
 #include "rb-util.h"
 #include "rb-application.h"
 #include "rb-builder-helpers.h"
diff --git a/shell/rb-shell-player.c b/shell/rb-shell-player.c
index 5a3f78e..a3599bb 100644
--- a/shell/rb-shell-player.c
+++ b/shell/rb-shell-player.c
@@ -65,7 +65,6 @@
 #include "rb-application.h"
 #include "rb-property-view.h"
 #include "rb-shell-player.h"
-#include "rb-stock-icons.h"
 #include "rb-builder-helpers.h"
 #include "rb-file-helpers.h"
 #include "rb-cut-and-paste-code.h"
diff --git a/tests/test-rhythmdb-view.c b/tests/test-rhythmdb-view.c
index e45a261..ee203e9 100644
--- a/tests/test-rhythmdb-view.c
+++ b/tests/test-rhythmdb-view.c
@@ -33,7 +33,6 @@
 #include "rb-debug.h"
 #include "rb-thread-helpers.h"
 #include "rb-file-helpers.h"
-#include "rb-stock-icons.h"
 #include "rb-entry-view.h"
 
 static RhythmDBEntry *
diff --git a/widgets/rb-dialog.c b/widgets/rb-dialog.c
index 1648865..88c19a2 100644
--- a/widgets/rb-dialog.c
+++ b/widgets/rb-dialog.c
@@ -40,7 +40,6 @@
 
 #include "rb-dialog.h"
 #include "rb-file-helpers.h"
-#include "rb-stock-icons.h"
 
 /**
  * SECTION:rb-dialog
diff --git a/widgets/rb-entry-view.c b/widgets/rb-entry-view.c
index cfa5b9c..e758df0 100644
--- a/widgets/rb-entry-view.c
+++ b/widgets/rb-entry-view.c
@@ -92,7 +92,6 @@
 #include "rhythmdb-query-model.h"
 #include "rb-cell-renderer-pixbuf.h"
 #include "rb-cell-renderer-rating.h"
-#include "rb-stock-icons.h"
 #include "rb-shell-player.h"
 #include "rb-cut-and-paste-code.h"
 
diff --git a/widgets/rb-property-view.c b/widgets/rb-property-view.c
index 931329a..bc63aa7 100644
--- a/widgets/rb-property-view.c
+++ b/widgets/rb-property-view.c
@@ -40,7 +40,6 @@
 #include "rb-debug.h"
 #include "rhythmdb.h"
 #include "rhythmdb-property-model.h"
-#include "rb-stock-icons.h"
 #include "rb-util.h"
 
 static void rb_property_view_class_init (RBPropertyViewClass *klass);


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