Mercurial > audlegacy-plugins
comparison src/dockalbumart/dockalbumart.c @ 1961:e8ea3a76a84e
Various #include cleanups.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 02 Oct 2007 18:43:28 +0300 |
parents | bd269f6e26b2 |
children | 5fa26178eaef |
comparison
equal
deleted
inserted
replaced
1960:a76855c7942e | 1961:e8ea3a76a84e |
---|---|
28 #include <Carbon/Carbon.h> | 28 #include <Carbon/Carbon.h> |
29 | 29 |
30 #include <audacious/plugin.h> | 30 #include <audacious/plugin.h> |
31 #include <audacious/util.h> | 31 #include <audacious/util.h> |
32 #include <audacious/playlist.h> | 32 #include <audacious/playlist.h> |
33 #include <audacious/tuple.h> | |
34 | 33 |
35 #include "audacious_player.xpm" | 34 #include "audacious_player.xpm" |
36 | 35 |
37 extern gchar *fileinfo_recursive_get_image(const gchar* path, const gchar* file_name, gint depth); | 36 extern gchar *fileinfo_recursive_get_image(const gchar* path, const gchar* file_name, gint depth); |
38 | 37 |