diff --git a/src/SongFilter.hxx b/src/SongFilter.hxx index a1bec4c62..310beefdf 100644 --- a/src/SongFilter.hxx +++ b/src/SongFilter.hxx @@ -27,8 +27,6 @@ #include #include -#include - /** * Limit the search to files within the given directory. */ @@ -52,7 +50,7 @@ class DetachedSong; class SongFilter { public: class Item { - uint8_t tag; + unsigned tag; std::string value;