# HG changeset patch # User Christian Birchinger # Date 1191794453 -7200 # Node ID c51e3d7ae9a8edc8401db0d8a77002c1084ff042 # Parent a2bf43c3aa3d9433f709f57ce213c9be630ab96b Replace vfs.h with plugin.h diff -r a2bf43c3aa3d -r c51e3d7ae9a8 src/amidi-plug/i_vfslayer.h --- 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 +#include #define VFS_FOPEN( x , y ) aud_vfs_fopen( x , y )