Mercurial > audlegacy
changeset 1547:697a073fd4f5 trunk
[svn] - dependency cleanup part 2
author | nenolod |
---|---|
date | Thu, 10 Aug 2006 13:51:08 -0700 |
parents | 693531793a75 |
children | d5be38600be5 |
files | ChangeLog audacious/input.c audacious/main.h audacious/mainwin.c audacious/prefswin.c audacious/skinwin.c audacious/ui_playlist.h audacious/visualization.c |
diffstat | 8 files changed, 20 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Aug 10 13:47:58 2006 -0700 +++ b/ChangeLog Thu Aug 10 13:51:08 2006 -0700 @@ -1,3 +1,17 @@ +2006-08-10 20:47:58 +0000 William Pitcock <nenolod@nenolod.net> + revision [2006] + - dependency cleanup (pass 1 of many probably) + + + Changes: Modified: + +1 -6 trunk/audacious/equalizer.c + +1 -1 trunk/audacious/equalizer.h + +1 -10 trunk/audacious/mainwin.c + +1 -8 trunk/audacious/mainwin.h + +0 -6 trunk/audacious/ui_playlist.c + +1 -1 trunk/audacious/widgets/widgetcore.h + + 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
--- a/audacious/input.c Thu Aug 10 13:47:58 2006 -0700 +++ b/audacious/input.c Thu Aug 10 13:51:08 2006 -0700 @@ -36,7 +36,7 @@ #include "util.h" #include "visualization.h" #include "playback.h" -#include "widgets/playstatus.h" +#include "widgets/widgetcore.h" #include "pluginenum.h" #include "libaudacious/titlestring.h"
--- a/audacious/main.h Thu Aug 10 13:47:58 2006 -0700 +++ b/audacious/main.h Thu Aug 10 13:51:08 2006 -0700 @@ -23,8 +23,7 @@ #define MAIN_H #include "mainwin.h" -#include "widgets/textbox.h" -#include "widgets/vis.h" +#include "widgets/widgetcore.h" #include <sys/types.h> #include <sys/stat.h>
--- a/audacious/mainwin.c Thu Aug 10 13:47:58 2006 -0700 +++ b/audacious/mainwin.c Thu Aug 10 13:51:08 2006 -0700 @@ -64,7 +64,6 @@ #include "playlist.h" #include "urldecode.h" #include "util.h" -#include "widgets/vis.h" #include "visualization.h" #include "libaudacious/configdb.h"
--- a/audacious/prefswin.c Thu Aug 10 13:47:58 2006 -0700 +++ b/audacious/prefswin.c Thu Aug 10 13:51:08 2006 -0700 @@ -48,7 +48,7 @@ #include "visualization.h" #include "main.h" -#include "widgets/skin.h" +#include "widgets/widgetcore.h" #include "urldecode.h" #include "util.h" #include "dnd.h"
--- a/audacious/skinwin.c Thu Aug 10 13:47:58 2006 -0700 +++ b/audacious/skinwin.c Thu Aug 10 13:51:08 2006 -0700 @@ -34,7 +34,7 @@ #include <string.h> #include "main.h" -#include "widgets/skin.h" +#include "widgets/widgetcore.h" #include "util.h" #include <gdk/gdkx.h>
--- a/audacious/ui_playlist.h Thu Aug 10 13:47:58 2006 -0700 +++ b/audacious/ui_playlist.h Thu Aug 10 13:51:08 2006 -0700 @@ -25,9 +25,7 @@ #include <glib.h> #include "mainwin.h" -#include "widgets/pbutton.h" -#include "widgets/playlist_list.h" - +#include "widgets/widgetcore.h" #define PLAYLISTWIN_FRAME_TOP_HEIGHT 20 #define PLAYLISTWIN_FRAME_BOTTOM_HEIGHT 38
--- a/audacious/visualization.c Thu Aug 10 13:47:58 2006 -0700 +++ b/audacious/visualization.c Thu Aug 10 13:51:08 2006 -0700 @@ -32,9 +32,7 @@ #include "playback.h" #include "plugin.h" #include "prefswin.h" -#include "widgets/svis.h" -#include "widgets/vis.h" -#include "widgets/widget.h" +#include "widgets/widgetcore.h" VisPluginData vp_data = { NULL,