util/StringUtil: move strip functions to StringStrip.cxx

This commit is contained in:
Max Kellermann
2017-07-05 17:20:02 +02:00
parent dad7d7e798
commit 501a4af914
23 changed files with 199 additions and 128 deletions

View File

@@ -25,7 +25,7 @@
#include "Builder.hxx"
#include "util/Alloc.hxx"
#include "util/ScopeExit.hxx"
#include "util/StringUtil.hxx"
#include "util/StringStrip.hxx"
#include "Log.hxx"
#include <id3tag.h>