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/DatabasePrint.cxx | |
parent | 7b35d5e9d47fdea707c04e7413e5b5f0dd336fda (diff) | |
download | mpd-36b1c08ad7245a403578731c5d1240da8fc61d72.tar.gz mpd-36b1c08ad7245a403578731c5d1240da8fc61d72.tar.xz mpd-36b1c08ad7245a403578731c5d1240da8fc61d72.zip |
locate: rename to SongFilter.cxx
Diffstat (limited to '')
-rw-r--r-- | src/DatabasePrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DatabasePrint.cxx b/src/DatabasePrint.cxx index 621679729..9ff833ffd 100644 --- a/src/DatabasePrint.cxx +++ b/src/DatabasePrint.cxx @@ -20,9 +20,9 @@ #include "config.h" #include "DatabasePrint.hxx" #include "DatabaseSelection.hxx" +#include "SongFilter.hxx" extern "C" { -#include "locate.h" #include "database.h" #include "client.h" #include "song.h" |