Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2970:57d499fc5056 | 2971:3134a0987162 |
|---|---|
| 1 #include "settings.h" | 1 #include "settings.h" |
| 2 #include "config.h" | 2 #include "config.h" |
| 3 | 3 |
| 4 #include <glib.h> | 4 #include <glib.h> |
| 5 #include <audacious/i18n.h> | 5 #include <audlegacy/i18n.h> |
| 6 | 6 |
| 7 #include <gdk/gdkkeysyms.h> | 7 #include <gdk/gdkkeysyms.h> |
| 8 #include <gtk/gtk.h> | 8 #include <gtk/gtk.h> |
| 9 | 9 |
| 10 #include <audacious/plugin.h> | 10 #include <audlegacy/plugin.h> |
| 11 #include <audacious/ui_preferences.h> | 11 #include <audlegacy/ui_preferences.h> |
| 12 #include <audacious/hook.h> | 12 #include <audlegacy/hook.h> |
| 13 | 13 |
| 14 #include <unistd.h> | 14 #include <unistd.h> |
| 15 #include <stdio.h> | 15 #include <stdio.h> |
| 16 #include <stdlib.h> | 16 #include <stdlib.h> |
| 17 #include <string.h> | 17 #include <string.h> |
