diff options
author | Max Kellermann <max@duempel.org> | 2014-11-08 19:21:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-08 19:21:42 +0100 |
commit | cbf79769d396449cfc9e5555c7419cc3f117e8d4 (patch) | |
tree | 51ccbd2888f80666cdf6b9d6eb753e083f79d97a /src/db/Count.cxx | |
parent | 125eb01e03082f1c33fa1b0b6d51b953eebf6c28 (diff) | |
download | mpd-cbf79769d396449cfc9e5555c7419cc3f117e8d4.tar.gz mpd-cbf79769d396449cfc9e5555c7419cc3f117e8d4.tar.xz mpd-cbf79769d396449cfc9e5555c7419cc3f117e8d4.zip |
db/Count: include cleanup
Diffstat (limited to 'src/db/Count.cxx')
-rw-r--r-- | src/db/Count.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/Count.cxx b/src/db/Count.cxx index b58ac53e9..e5e244a6a 100644 --- a/src/db/Count.cxx +++ b/src/db/Count.cxx @@ -23,7 +23,7 @@ #include "Interface.hxx" #include "client/Client.hxx" #include "LightSong.hxx" -#include "tag/Set.hxx" +#include "tag/Tag.hxx" #include <functional> #include <map> |