diff audacious/ui_playlist.h @ 1541:06329cbf186a trunk

[svn] this massive commit does the following: - seriously cleans up dependencies on the WA2-like gui code - moves all of the WA2 stuff into a seperate library (libwidgets.a) - makes things less icky in the player tree
author nenolod
date Wed, 09 Aug 2006 02:47:22 -0700
parents 705d4c089fce
children 697a073fd4f5
line wrap: on
line diff
--- a/audacious/ui_playlist.h	Wed Aug 09 02:11:01 2006 -0700
+++ b/audacious/ui_playlist.h	Wed Aug 09 02:47:22 2006 -0700
@@ -25,8 +25,8 @@
 #include <glib.h>
 
 #include "mainwin.h"
-#include "pbutton.h"
-#include "playlist_list.h"
+#include "widgets/pbutton.h"
+#include "widgets/playlist_list.h"
 
 
 #define PLAYLISTWIN_FRAME_TOP_HEIGHT    20