comparison src/scrobbler/plugin.c @ 2576:bd3a24b39058

Removed #includes that should not be included anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 04:20:50 +0300
parents 769e17da93dd
children ff9b4776b938
comparison
equal deleted inserted replaced
2575:1e67df1a1edc 2576:bd3a24b39058
8 #include <gtk/gtk.h> 8 #include <gtk/gtk.h>
9 9
10 #include <audacious/plugin.h> 10 #include <audacious/plugin.h>
11 #include <audacious/ui_preferences.h> 11 #include <audacious/ui_preferences.h>
12 #include <audacious/hook.h> 12 #include <audacious/hook.h>
13 #include <audacious/strings.h>
14 13
15 #include <unistd.h> 14 #include <unistd.h>
16 #include <stdio.h> 15 #include <stdio.h>
17 #include <stdlib.h> 16 #include <stdlib.h>
18 #include <string.h> 17 #include <string.h>