From a34e1d2b84c72b27212eed4e1483a20440da44ab Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 6 Sep 2008 20:28:31 +0200 Subject: include cleanup As usual, include only headers which are really needed. --- src/song.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/song.h') diff --git a/src/song.h b/src/song.h index f909c21e..0f271aa8 100644 --- a/src/song.h +++ b/src/song.h @@ -19,10 +19,9 @@ #ifndef SONG_H #define SONG_H -#include "../config.h" -#include "os_compat.h" -#include "tag.h" #include "list.h" +#include "os_compat.h" +#include "mpd_types.h" #define SONG_BEGIN "songList begin" #define SONG_END "songList end" -- cgit v1.2.3