diff options
author | Max Kellermann <max@duempel.org> | 2012-08-29 19:12:26 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-29 19:12:26 +0200 |
commit | 36b1c08ad7245a403578731c5d1240da8fc61d72 (patch) | |
tree | a2a97e7fdb510fef99ddffc1d6c6654284aaadff /src/QueueCommands.cxx | |
parent | 7b35d5e9d47fdea707c04e7413e5b5f0dd336fda (diff) | |
download | mpd-36b1c08ad7245a403578731c5d1240da8fc61d72.tar.gz mpd-36b1c08ad7245a403578731c5d1240da8fc61d72.tar.xz mpd-36b1c08ad7245a403578731c5d1240da8fc61d72.zip |
locate: rename to SongFilter.cxx
Diffstat (limited to 'src/QueueCommands.cxx')
-rw-r--r-- | src/QueueCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QueueCommands.cxx b/src/QueueCommands.cxx index de00cb18d..4801d2326 100644 --- a/src/QueueCommands.cxx +++ b/src/QueueCommands.cxx @@ -21,6 +21,7 @@ #include "QueueCommands.hxx" #include "CommandError.h" #include "DatabaseQueue.hxx" +#include "SongFilter.hxx" extern "C" { #include "protocol/argparser.h" @@ -29,7 +30,6 @@ extern "C" { #include "playlist_print.h" #include "ls.h" #include "uri.h" -#include "locate.h" #include "client_internal.h" #include "client_file.h" } |