Mercurial > audlegacy-plugins
diff src/console/Audacious_Driver.cxx @ 1766:c3fdb0e5a306
Convert some makefiles, remove some -DHAVE_CONFIG_H.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 24 Sep 2007 11:13:14 -0500 |
| parents | 5e47a0c1b969 |
| children | 2a5ee6ed598d |
line wrap: on
line diff
--- a/src/console/Audacious_Driver.cxx Mon Sep 24 10:49:57 2007 -0500 +++ b/src/console/Audacious_Driver.cxx Mon Sep 24 11:13:14 2007 -0500 @@ -6,9 +6,7 @@ * http://www.slack.net/~ant/libs/ */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" #include <glib.h> #include <audacious/i18n.h>
