diff options
author | Max Kellermann <max@duempel.org> | 2008-09-06 20:28:31 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-06 20:28:31 +0200 |
commit | a34e1d2b84c72b27212eed4e1483a20440da44ab (patch) | |
tree | 6b11707e37992fd71f3fb9ce41f5b0b2a4a3a8bd /src/song.h | |
parent | 092bdf3d32d0ee71c04ace21c74ae240bd4ec6ae (diff) | |
download | mpd-a34e1d2b84c72b27212eed4e1483a20440da44ab.tar.gz mpd-a34e1d2b84c72b27212eed4e1483a20440da44ab.tar.xz mpd-a34e1d2b84c72b27212eed4e1483a20440da44ab.zip |
include cleanup
As usual, include only headers which are really needed.
Diffstat (limited to 'src/song.h')
-rw-r--r-- | src/song.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/song.h b/src/song.h index f909c21ea..0f271aa83 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" |