diff src/timidity/libtimidity/common.c @ 1942:f14d11bf9cbb

timidity: CONFIG_H define removal
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 16:43:45 -0500
parents a6b9946ca928
children 2ebeb7816c5e
line wrap: on
line diff
--- a/src/timidity/libtimidity/common.c	Mon Oct 01 16:40:41 2007 -0500
+++ b/src/timidity/libtimidity/common.c	Mon Oct 01 16:43:45 2007 -0500
@@ -21,9 +21,7 @@
 
    */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#endif
+#include <config.h>
 
 #include "audacious/vfs.h"
 #include <stdlib.h>