Code

screen_utils: moved screen_find() to screen_find.c
[ncmpc.git] / src / strfsong.h
index a596bf82a065fd045fb77b9c521b4c02fccb5322..c1f5ae4ba8fb598e5379ce70747842e4a0b13da6 100644 (file)
@@ -21,7 +21,8 @@
 #define STRFSONG_H
 
 #include <glib.h>
-#include "libmpdclient.h"
+
+struct mpd_song;
 
 gsize strfsong(gchar *s, gsize max, const gchar *format,
               const struct mpd_song *song);