diff options
Diffstat (limited to 'src/SongSort.cxx')
-rw-r--r-- | src/SongSort.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/SongSort.cxx b/src/SongSort.cxx index 4d422657a..6eac97f10 100644 --- a/src/SongSort.cxx +++ b/src/SongSort.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -20,7 +20,6 @@ #include "config.h" #include "SongSort.hxx" #include "Song.hxx" -#include "util/list.h" #include "tag/Tag.hxx" extern "C" { @@ -29,7 +28,6 @@ extern "C" { #include <glib.h> -#include <assert.h> #include <stdlib.h> static const char * |