# HG changeset patch # User nenolod # Date 1155242878 25200 # Node ID 693531793a7572db98f812a47b68f616291c6037 # Parent fabbc01ee381fe86403435efd039e748f2ce45b9 [svn] - dependency cleanup (pass 1 of many probably) diff -r fabbc01ee381 -r 693531793a75 ChangeLog --- 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 + 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 revision [2002] Do not allow widgetcore private includes to be referenced directly. diff -r fabbc01ee381 -r 693531793a75 audacious/equalizer.c --- 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 #include +#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" diff -r fabbc01ee381 -r 693531793a75 audacious/equalizer.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 #include -#include "widgets/pbutton.h" +#include "widgets/widgetcore.h" #define EQUALIZER_HEIGHT (gint)(cfg.equalizer_shaded ? 14 : 116) #define EQUALIZER_WIDTH (gint)275 diff -r fabbc01ee381 -r 693531793a75 audacious/mainwin.c --- 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 -#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" diff -r fabbc01ee381 -r 693531793a75 audacious/mainwin.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 -#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 diff -r fabbc01ee381 -r 693531793a75 audacious/ui_playlist.c --- 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" diff -r fabbc01ee381 -r 693531793a75 audacious/widgets/widgetcore.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