diff audacious/plugin.h @ 2146:e0e50e151bab trunk

[svn] - move vfs from libaudacious to main audacious
author nenolod
date Sun, 17 Dec 2006 08:52:31 -0800
parents 82a6284108c1
children
line wrap: on
line diff
--- a/audacious/plugin.h	Sat Dec 16 11:20:00 2006 -0800
+++ b/audacious/plugin.h	Sun Dec 17 08:52:31 2006 -0800
@@ -39,11 +39,7 @@
 
 
 #include <glib.h>
-#ifdef _AUDACIOUS_CORE
-# include "libaudacious/vfs.h"
-#else
-# include "audacious/vfs.h"
-#endif
+#include "audacious/vfs.h"
 #include "audacious/titlestring.h"
 
 #define INPUT_PLUGIN(x)   ((InputPlugin *)(x))