changeset 1546:693531793a75 trunk

[svn] - dependency cleanup (pass 1 of many probably)
author nenolod
date Thu, 10 Aug 2006 13:47:58 -0700
parents fabbc01ee381
children 697a073fd4f5
files ChangeLog audacious/equalizer.c audacious/equalizer.h audacious/mainwin.c audacious/mainwin.h audacious/ui_playlist.c audacious/widgets/widgetcore.h
diffstat 7 files changed, 14 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Aug 10 13:44:27 2006 -0700
+++ b/ChangeLog	Thu Aug 10 13:47:58 2006 -0700
@@ -1,3 +1,12 @@
+2006-08-10 20:44:27 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2004]
+  add -D_WIDGETCORE_H_ as we can use the private includes here
+  
+
+  Changes:        Modified:
+  +2 -1           trunk/audacious/widgets/Makefile  
+
+
 2006-08-10 20:42:55 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2002]
   Do not allow widgetcore private includes to be referenced directly.
--- a/audacious/equalizer.c	Thu Aug 10 13:44:27 2006 -0700
+++ b/audacious/equalizer.c	Thu Aug 10 13:47:58 2006 -0700
@@ -40,18 +40,13 @@
 #include <gdk/gdkx.h>
 #include <X11/Xlib.h>
 
+#include "widgets/widgetcore.h"
 #include "dock.h"
-#include "widgets/eq_graph.h"
-#include "widgets/eq_slider.h"
 #include "hints.h"
-#include "widgets/hslider.h"
 #include "input.h"
 #include "main.h"
-#include "widgets/pbutton.h"
 #include "playlist.h"
 #include "ui_playlist.h"
-#include "widgets/skin.h"
-#include "widgets/tbutton.h"
 #include "util.h"
 #include "output.h"
 
--- a/audacious/equalizer.h	Thu Aug 10 13:44:27 2006 -0700
+++ b/audacious/equalizer.h	Thu Aug 10 13:47:58 2006 -0700
@@ -25,7 +25,7 @@
 #include <glib.h>
 #include <gtk/gtk.h>
 
-#include "widgets/pbutton.h"
+#include "widgets/widgetcore.h"
 
 #define EQUALIZER_HEIGHT         (gint)(cfg.equalizer_shaded ? 14 : 116)
 #define EQUALIZER_WIDTH          (gint)275
--- a/audacious/mainwin.c	Thu Aug 10 13:44:27 2006 -0700
+++ b/audacious/mainwin.c	Thu Aug 10 13:47:58 2006 -0700
@@ -41,7 +41,7 @@
 
 #include <X11/Xlib.h>
 
-#include "widgets/textbox.h"
+#include "widgets/widgetcore.h"
 #include "mainwin.h"
 #include "pixmaps.h"
 
@@ -60,17 +60,8 @@
 #include "prefswin.h"
 #include "skinwin.h"
 #include "genevent.h"
-#include "widgets/hslider.h"
-#include "widgets/menurow.h"
-#include "widgets/monostereo.h"
-#include "widgets/pbutton.h"
 #include "playback.h"
 #include "playlist.h"
-#include "widgets/playlist_list.h"
-#include "widgets/playstatus.h"
-#include "widgets/sbutton.h"
-#include "widgets/svis.h"
-#include "widgets/textbox.h"
 #include "urldecode.h"
 #include "util.h"
 #include "widgets/vis.h"
--- a/audacious/mainwin.h	Thu Aug 10 13:44:27 2006 -0700
+++ b/audacious/mainwin.h	Thu Aug 10 13:47:58 2006 -0700
@@ -24,14 +24,7 @@
 
 #include <gtk/gtk.h>
 
-#include "widgets/number.h"
-#include "widgets/pbutton.h"
-#include "widgets/playstatus.h"
-#include "widgets/tbutton.h"
-#include "widgets/textbox.h"
-#include "widgets/svis.h"
-#include "widgets/vis.h"
-#include "widgets/hslider.h"
+#include "widgets/widgetcore.h"
 
 /* yes, main window size is fixed */
 #define MAINWIN_WIDTH            (gint)275
--- a/audacious/ui_playlist.c	Thu Aug 10 13:44:27 2006 -0700
+++ b/audacious/ui_playlist.c	Thu Aug 10 13:47:58 2006 -0700
@@ -48,12 +48,6 @@
 #include "mainwin.h"
 #include "playback.h"
 #include "playlist.h"
-#include "widgets/playlist_list.h"
-#include "widgets/playlist_slider.h"
-#include "widgets/pbutton.h"
-#include "widgets/sbutton.h"
-#include "widgets/skin.h"
-#include "widgets/textbox.h"
 #include "util.h"
 
 #include "pixmaps.h"
--- a/audacious/widgets/widgetcore.h	Thu Aug 10 13:44:27 2006 -0700
+++ b/audacious/widgets/widgetcore.h	Thu Aug 10 13:47:58 2006 -0700
@@ -35,7 +35,7 @@
 #include "svis.h"
 #include "tbutton.h"
 #include "textbox.h"
-#incldue "vis.h"
+#include "vis.h"
 #include "widget.h"
 
 #endif