Mercurial > audlegacy-plugins
diff src/console/Audacious_Driver.cxx @ 1870:2a5ee6ed598d
console: Remove useless #include and related useless DBUS deps from Makefile; Fixed
Makefile to actually build the plugin correctly.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 25 Sep 2007 18:16:25 +0300 |
| parents | c3fdb0e5a306 |
| children | 2ebeb7816c5e |
line wrap: on
line diff
--- a/src/console/Audacious_Driver.cxx Tue Sep 25 18:15:03 2007 +0300 +++ b/src/console/Audacious_Driver.cxx Tue Sep 25 18:16:25 2007 +0300 @@ -12,7 +12,6 @@ #include <audacious/i18n.h> #include <gtk/gtk.h> extern "C" { -#include "audacious/main.h" #include "audacious/tuple.h" #include "audacious/tuple_formatter.h" #include "audacious/util.h"
