diff audacious/visualization.c @ 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/visualization.c	Wed Aug 09 02:11:01 2006 -0700
+++ b/audacious/visualization.c	Wed Aug 09 02:47:22 2006 -0700
@@ -32,9 +32,9 @@
 #include "playback.h"
 #include "plugin.h"
 #include "prefswin.h"
-#include "svis.h"
-#include "vis.h"
-#include "widget.h"
+#include "widgets/svis.h"
+#include "widgets/vis.h"
+#include "widgets/widget.h"
 
 VisPluginData vp_data = {
     NULL,