util/StringUtil: move comparison functions to StringCompare.cxx

This commit is contained in:
Max Kellermann
2015-11-06 09:09:02 +01:00
parent 493f74d94d
commit 733989a284
31 changed files with 236 additions and 156 deletions

View File

@@ -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>

View File

@@ -27,7 +27,7 @@
#include "playlist/PlaylistSong.hxx"
#include "fs/io/TextFile.hxx"
#include "fs/io/BufferedOutputStream.hxx"
#include "util/StringUtil.hxx"
#include "util/StringCompare.hxx"
#include "util/Error.hxx"
#include "fs/Traits.hxx"
#include "Log.hxx"