diff options
author | Max Kellermann <max@duempel.org> | 2008-10-08 10:49:26 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-08 10:49:26 +0200 |
commit | ca68b1c80a29cb4862c6b732b339a5cbcfcecf51 (patch) | |
tree | ef63ec0e737b54a4080a0ab6e080273fdcc8b2c2 /src/song.h | |
parent | b159832418dd6ac92229686e1ac6b23f0fe609cb (diff) | |
download | mpd-ca68b1c80a29cb4862c6b732b339a5cbcfcecf51.tar.gz mpd-ca68b1c80a29cb4862c6b732b339a5cbcfcecf51.tar.xz mpd-ca68b1c80a29cb4862c6b732b339a5cbcfcecf51.zip |
CPP include cleanup
Include only headers which are really used.
Diffstat (limited to 'src/song.h')
-rw-r--r-- | src/song.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/song.h b/src/song.h index 658921324..72262eeec 100644 --- a/src/song.h +++ b/src/song.h @@ -20,7 +20,6 @@ #define SONG_H #include "os_compat.h" -#include "gcc.h" #define SONG_BEGIN "songList begin" #define SONG_END "songList end" @@ -28,8 +27,6 @@ #define SONG_FILE "file: " #define SONG_TIME "Time: " -struct client; - struct song { struct tag *tag; struct directory *parentDir; |