diff 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
line wrap: on
line diff
--- a/src/timidity/libtimidity/mix.c	Mon Oct 01 16:40:41 2007 -0500
+++ b/src/timidity/libtimidity/mix.c	Mon Oct 01 16:43:45 2007 -0500
@@ -21,9 +21,7 @@
 
     mix.c */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
+#include <config.h>
 
 #include "audacious/vfs.h"
 #include <math.h>