diff options
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; |