From 75aa8dad4ccf1bb942c327d78b0ddad821c4abaa Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 7 Sep 2008 13:35:01 +0200 Subject: song: moved code to song_print.c, song_save.c Move everything which dumps song information (via tag_print.c) to a separate source file. song_print.c gets code which writes song data to the client; song_save.c is responsible for serializing songs from the tag cache. --- src/playlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/playlist.c') diff --git a/src/playlist.c b/src/playlist.c index f128af1b6..743a67d87 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -21,6 +21,7 @@ #include "command.h" #include "ls.h" #include "tag.h" +#include "song_print.h" #include "conf.h" #include "directory.h" #include "log.h" -- cgit v1.2.3