changeset 1994:c51e3d7ae9a8

Replace vfs.h with plugin.h
author Christian Birchinger <joker@netswarm.net>
date Mon, 08 Oct 2007 00:00:53 +0200
parents a2bf43c3aa3d
children 1af8c095a1c5
files src/amidi-plug/i_vfslayer.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/amidi-plug/i_vfslayer.h	Sun Oct 07 23:49:53 2007 +0200
+++ b/src/amidi-plug/i_vfslayer.h	Mon Oct 08 00:00:53 2007 +0200
@@ -23,7 +23,7 @@
 #define _I_VFSLAYER_H 1
 
 #include "i_common.h"
-#include <audacious/vfs.h>
+#include <audacious/plugin.h>
 
 
 #define VFS_FOPEN( x , y )		aud_vfs_fopen( x , y )