comparison src/timidity/libtimidity/mix.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
19 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 I bet they'll be amazed. 20 I bet they'll be amazed.
21 21
22 mix.c */ 22 mix.c */
23 23
24 #if HAVE_CONFIG_H 24 #include <config.h>
25 # include <config.h>
26 #endif
27 25
28 #include "audacious/vfs.h" 26 #include "audacious/vfs.h"
29 #include <math.h> 27 #include <math.h>
30 #include <stdlib.h> 28 #include <stdlib.h>
31 29