diff options
author | Max Kellermann <max@duempel.org> | 2015-11-06 09:09:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-11-06 09:20:18 +0100 |
commit | 733989a284d2f7cce37634b12afad72cc019f659 (patch) | |
tree | b7e0fca51ba23f777fc6cd2d35278cc812988265 /src/queue/PlaylistState.cxx | |
parent | 493f74d94dd6ebf5f185ce68d17a0110516c7337 (diff) |
util/StringUtil: move comparison functions to StringCompare.cxx
Diffstat (limited to 'src/queue/PlaylistState.cxx')
-rw-r--r-- | src/queue/PlaylistState.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue/PlaylistState.cxx b/src/queue/PlaylistState.cxx index fa51b1519..99d1b26cd 100644 --- a/src/queue/PlaylistState.cxx +++ b/src/queue/PlaylistState.cxx @@ -33,7 +33,7 @@ #include "config/ConfigGlobal.hxx" #include "config/ConfigOption.hxx" #include "util/CharUtil.hxx" -#include "util/StringUtil.hxx" +#include "util/StringCompare.hxx" #include "Log.hxx" #include <string.h> |