diff src/scrobbler/plugin.c @ 2971:3134a0987162

- changed include path from audacious to audlegacy. - changed include path for libSAD.h.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 02:55:04 +0900
parents 3868d67e7d19
children 5a11abf0075c
line wrap: on
line diff
--- a/src/scrobbler/plugin.c	Tue Nov 25 23:11:16 2008 +0900
+++ b/src/scrobbler/plugin.c	Wed Nov 26 02:55:04 2008 +0900
@@ -2,14 +2,14 @@
 #include "config.h"
 
 #include <glib.h>
-#include <audacious/i18n.h>
+#include <audlegacy/i18n.h>
 
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>
 
-#include <audacious/plugin.h>
-#include <audacious/ui_preferences.h>
-#include <audacious/hook.h>
+#include <audlegacy/plugin.h>
+#include <audlegacy/ui_preferences.h>
+#include <audlegacy/hook.h>
 
 #include <unistd.h>
 #include <stdio.h>