comparison src/Input/timidity/libtimidity/resample.c @ 3:088092a52fea trunk

[svn] - move from (internal) libaudacious/ include path to audacious/ include path
author nenolod
date Mon, 18 Sep 2006 01:35:25 -0700
parents 13389e613d67
children
comparison
equal deleted inserted replaced
2:4e0ad481325f 3:088092a52fea
22 22
23 #if HAVE_CONFIG_H 23 #if HAVE_CONFIG_H
24 # include <config.h> 24 # include <config.h>
25 #endif 25 #endif
26 26
27 #include "libaudacious/vfs.h" 27 #include "audacious/vfs.h"
28 #include <math.h> 28 #include <math.h>
29 #include <stdlib.h> 29 #include <stdlib.h>
30 30
31 #include "timidity.h" 31 #include "timidity.h"
32 #include "timidity_internal.h" 32 #include "timidity_internal.h"