aboutsummaryrefslogtreecommitdiffstats
path: root/src/Directory.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 22:25:57 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 22:25:57 +0200
commit31bc94160a4dc7b8749cca8c3f7b703548fcb4f4 (patch)
tree68851b5c81cc064ef061ff400e3cc61cc9352f0e /src/Directory.cxx
parent9e5d2c5bb7093dd10337a5b77f6271e06baa0ebe (diff)
downloadmpd-31bc94160a4dc7b8749cca8c3f7b703548fcb4f4.tar.gz
mpd-31bc94160a4dc7b8749cca8c3f7b703548fcb4f4.tar.xz
mpd-31bc94160a4dc7b8749cca8c3f7b703548fcb4f4.zip
song_sort: convert to C++
Diffstat (limited to 'src/Directory.cxx')
-rw-r--r--src/Directory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Directory.cxx b/src/Directory.cxx
index 2b1a34cbf..c96ac927d 100644
--- a/src/Directory.cxx
+++ b/src/Directory.cxx
@@ -22,10 +22,10 @@
#include "SongFilter.hxx"
#include "PlaylistVector.hxx"
#include "DatabaseLock.hxx"
+#include "SongSort.hxx"
extern "C" {
#include "song.h"
-#include "song_sort.h"
#include "util/list_sort.h"
}