aboutsummaryrefslogtreecommitdiff
path: root/src/QueueCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-29 19:12:26 +0200
committerMax Kellermann <max@duempel.org>2012-08-29 19:12:26 +0200
commit36b1c08ad7245a403578731c5d1240da8fc61d72 (patch)
treea2a97e7fdb510fef99ddffc1d6c6654284aaadff /src/QueueCommands.cxx
parent7b35d5e9d47fdea707c04e7413e5b5f0dd336fda (diff)
locate: rename to SongFilter.cxx
Diffstat (limited to 'src/QueueCommands.cxx')
-rw-r--r--src/QueueCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QueueCommands.cxx b/src/QueueCommands.cxx
index de00cb18..4801d232 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"
}