comparison src/timidity/libtimidity/timidity.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
17 along with this program; if not, write to the Free Software 17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 19
20 */ 20 */
21 21
22 #if HAVE_CONFIG_H 22 #include <config.h>
23 # include <config.h>
24 #endif
25 23
26 #include "audacious/vfs.h" 24 #include "audacious/vfs.h"
27 #include <stdlib.h> 25 #include <stdlib.h>
28 #include <string.h> 26 #include <string.h>
29 27