comparison src/timidity/libtimidity/resample.c @ 1942:f14d11bf9cbb

timidity: CONFIG_H define removal
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 16:43:45 -0500
parents 3da1b8942b8b
children 2ebeb7816c5e
comparison
equal deleted inserted replaced
1941:5412f8c2ec29 1942:f14d11bf9cbb
18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 19
20 resample.c 20 resample.c
21 */ 21 */
22 22
23 #if HAVE_CONFIG_H 23 #include <config.h>
24 # include <config.h>
25 #endif
26 24
27 #include "audacious/vfs.h" 25 #include "audacious/vfs.h"
28 #include <math.h> 26 #include <math.h>
29 #include <stdlib.h> 27 #include <stdlib.h>
30 28