diff options
author | Max Kellermann <max@duempel.org> | 2014-04-26 22:59:21 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-04-26 22:59:21 +0200 |
commit | fcb55f841ae4772ee94f80eed5b45947ef644337 (patch) | |
tree | 3f3b2f09d055439febb9b3a973578f60ad25d823 /src/command | |
parent | 154e601f4e99e5334005279eb64ba6a541d9e844 (diff) | |
download | mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.gz mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.xz mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.zip |
DatabasePrint: move PrintSongCount() to Count.cxx
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/DatabaseCommands.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/DatabaseCommands.cxx b/src/command/DatabaseCommands.cxx index 6e9d3caa5..0f23dc959 100644 --- a/src/command/DatabaseCommands.cxx +++ b/src/command/DatabaseCommands.cxx @@ -23,6 +23,7 @@ #include "db/DatabaseQueue.hxx" #include "db/DatabasePlaylist.hxx" #include "db/DatabasePrint.hxx" +#include "db/Count.hxx" #include "db/Selection.hxx" #include "CommandError.hxx" #include "client/Client.hxx" |