Mercurial > audlegacy-plugins
diff src/modplug/sndfile.cxx @ 161:4095ceb0440b trunk
[svn] - fix libmodplug references
| author | nenolod |
|---|---|
| date | Tue, 31 Oct 2006 15:29:06 -0800 |
| parents | e8f34254bc18 |
| children | 9549fea94794 |
line wrap: on
line diff
--- a/src/modplug/sndfile.cxx Tue Oct 31 14:13:43 2006 -0800 +++ b/src/modplug/sndfile.cxx Tue Oct 31 15:29:06 2006 -0800 @@ -6,8 +6,8 @@ */ #include <math.h> //for GCCFIX -#include <libmodplug/stdafx.h> -#include <libmodplug/sndfile.h> +#include "stdafx.h" +#include "sndfile.h" #define MMCMP_SUPPORT
