Mercurial > audlegacy
diff src/libaudclient/audctrl.c @ 4811:7bf7f83a217e
rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Wed, 26 Nov 2008 00:44:56 +0900 |
| parents | c2886b393206 |
| children | 38b491487bd8 |
line wrap: on
line diff
--- a/src/libaudclient/audctrl.c Sun Nov 02 00:08:56 2008 +0000 +++ b/src/libaudclient/audctrl.c Wed Nov 26 00:44:56 2008 +0900 @@ -23,8 +23,8 @@ #include <glib.h> #include <string.h> #include <dbus/dbus-glib.h> -#include "audacious/dbus.h" -#include "audacious/dbus-client-bindings.h" +#include "audlegacy/dbus.h" +#include "audlegacy/dbus-client-bindings.h" #include "audctrl.h" static GError *error = NULL; //it must be hidden from outside, otherwise symbol conflict likely to happen.
